You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tristan Sloughter 6b97970530 add some templates пре 10 година
..
LICENSE add some templates пре 10 година
README.md add some templates пре 10 година
basicnif.c Fix basic_nif on_load() пре 13 година
basicnif.erl Adapt basicnif template to OTP changes пре 14 година
basicnif.template Adding basic NIF template пре 15 година
ctsuite.erl Remove gratuitous spaces пре 14 година
ctsuite.template Add common_test suite template пре 14 година
license.template add some templates пре 10 година
listenapp.app.src add some templates пре 10 година
listenapp_app.erl add some templates пре 10 година
otp_fsm.erl add some templates пре 10 година
otp_srv.erl add some templates пре 10 година
otpapp.template add some templates пре 10 година
otpfsm.template add some templates пре 10 година
otplib.app.src add some templates пре 10 година
otplib.template add some templates пре 10 година
otpsrv.template add some templates пре 10 година
readme.template add some templates пре 10 година
simple_SUITE.erl add some templates пре 10 година
simple_SUITE.template add some templates пре 10 година
simple_gitignore.template add some templates пре 10 година
simple_rebar.config add some templates пре 10 година
simpleapp.app.src add some templates пре 10 година
simpleapp.erl add some templates пре 10 година
simpleapp.template Add file local variables where appropriate пре 14 година
simpleapp_app.erl add some templates пре 10 година
simpleapp_gitignore add some templates пре 10 година
simpleapp_sup.erl add some templates пре 10 година
simpleevent.erl Add gen_event template пре 11 година
simpleevent.template Add gen_event template пре 11 година
simplefsm.erl Whitespace cleanups пре 14 година
simplefsm.template Updating template defs to use "template" in lieu of "file" directive пре 15 година
simplelib.app.src Add a library template пре 11 година
simplelib.erl Add command to rebar:command_names/0 пре 11 година
simplelib.template Add a library template пре 11 година
simplelogging.hrl add some templates пре 10 година
simplelogging.template add some templates пре 10 година
simplemod.erl Remove export_all in simplemod template пре 13 година
simplemod.template Updating template defs to use "template" in lieu of "file" directive пре 15 година
simplemod_tests.erl Added 3 new templates: пре 15 година
simplenode.erl.script Use "pwd -P" to get the current physical path. пре 12 година
simplenode.install_upgrade.escript Add TODO comment to install_upgrade script template пре 11 година
simplenode.nodetool Do not compile nodetool escript пре 12 година
simplenode.reltool.config Change nodetool path to under releases/<RELEASE_VERSION>/ пре 11 година
simplenode.runner Error 'Command not found' when sname is used пре 11 година
simplenode.sys.config Get rid of app.config пре 13 година
simplenode.template Improvements to windows node runner script пре 13 година
simplenode.vm.args Comment out vm args пре 13 година
simplenode.windows.runner.cmd Add support for ping command on windows in the simple node runner пре 12 година
simplenode.windows.start_erl.cmd Quote paths in Windows runner script пре 13 година
simplesrv.erl Fix handle_call response пре 13 година
simplesrv.template Updating template defs to use "template" in lieu of "file" directive пре 15 година
simplesup.erl add some templates пре 10 година
simplesup.template add some templates пре 10 година

README.md

{{appid}}

An Erlang {{appid}} library.

Build

$ rebar get-deps compile

Run

$ erl -pa ebin -env ERL_LIBS deps -s {{appid}}