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 years ago
..
LICENSE add some templates 10 years ago
README.md add some templates 10 years ago
basicnif.c Fix basic_nif on_load() 13 years ago
basicnif.erl Adapt basicnif template to OTP changes 14 years ago
basicnif.template Adding basic NIF template 15 years ago
ctsuite.erl Remove gratuitous spaces 14 years ago
ctsuite.template Add common_test suite template 14 years ago
license.template add some templates 10 years ago
listenapp.app.src add some templates 10 years ago
listenapp_app.erl add some templates 10 years ago
otp_fsm.erl add some templates 10 years ago
otp_srv.erl add some templates 10 years ago
otpapp.template add some templates 10 years ago
otpfsm.template add some templates 10 years ago
otplib.app.src add some templates 10 years ago
otplib.template add some templates 10 years ago
otpsrv.template add some templates 10 years ago
readme.template add some templates 10 years ago
simple_SUITE.erl add some templates 10 years ago
simple_SUITE.template add some templates 10 years ago
simple_gitignore.template add some templates 10 years ago
simple_rebar.config add some templates 10 years ago
simpleapp.app.src add some templates 10 years ago
simpleapp.erl add some templates 10 years ago
simpleapp.template Add file local variables where appropriate 14 years ago
simpleapp_app.erl add some templates 10 years ago
simpleapp_gitignore add some templates 10 years ago
simpleapp_sup.erl add some templates 10 years ago
simpleevent.erl Add gen_event template 11 years ago
simpleevent.template Add gen_event template 11 years ago
simplefsm.erl Whitespace cleanups 14 years ago
simplefsm.template Updating template defs to use "template" in lieu of "file" directive 15 years ago
simplelib.app.src Add a library template 11 years ago
simplelib.erl Add command to rebar:command_names/0 11 years ago
simplelib.template Add a library template 11 years ago
simplelogging.hrl add some templates 10 years ago
simplelogging.template add some templates 10 years ago
simplemod.erl Remove export_all in simplemod template 13 years ago
simplemod.template Updating template defs to use "template" in lieu of "file" directive 15 years ago
simplemod_tests.erl Added 3 new templates: 15 years ago
simplenode.erl.script Use "pwd -P" to get the current physical path. 12 years ago
simplenode.install_upgrade.escript Add TODO comment to install_upgrade script template 11 years ago
simplenode.nodetool Do not compile nodetool escript 12 years ago
simplenode.reltool.config Change nodetool path to under releases/<RELEASE_VERSION>/ 11 years ago
simplenode.runner Error 'Command not found' when sname is used 11 years ago
simplenode.sys.config Get rid of app.config 13 years ago
simplenode.template Improvements to windows node runner script 13 years ago
simplenode.vm.args Comment out vm args 13 years ago
simplenode.windows.runner.cmd Add support for ping command on windows in the simple node runner 12 years ago
simplenode.windows.start_erl.cmd Quote paths in Windows runner script 12 years ago
simplesrv.erl Fix handle_call response 13 years ago
simplesrv.template Updating template defs to use "template" in lieu of "file" directive 15 years ago
simplesup.erl add some templates 10 years ago
simplesup.template add some templates 10 years ago

README.md

{{appid}}

An Erlang {{appid}} library.

Build

$ rebar get-deps compile

Run

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