25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Tristan Sloughter 6b97970530 add some templates 10 yıl önce
..
LICENSE add some templates 10 yıl önce
README.md add some templates 10 yıl önce
basicnif.c Fix basic_nif on_load() 13 yıl önce
basicnif.erl Adapt basicnif template to OTP changes 14 yıl önce
basicnif.template Adding basic NIF template 15 yıl önce
ctsuite.erl Remove gratuitous spaces 14 yıl önce
ctsuite.template Add common_test suite template 14 yıl önce
license.template add some templates 10 yıl önce
listenapp.app.src add some templates 10 yıl önce
listenapp_app.erl add some templates 10 yıl önce
otp_fsm.erl add some templates 10 yıl önce
otp_srv.erl add some templates 10 yıl önce
otpapp.template add some templates 10 yıl önce
otpfsm.template add some templates 10 yıl önce
otplib.app.src add some templates 10 yıl önce
otplib.template add some templates 10 yıl önce
otpsrv.template add some templates 10 yıl önce
readme.template add some templates 10 yıl önce
simple_SUITE.erl add some templates 10 yıl önce
simple_SUITE.template add some templates 10 yıl önce
simple_gitignore.template add some templates 10 yıl önce
simple_rebar.config add some templates 10 yıl önce
simpleapp.app.src add some templates 10 yıl önce
simpleapp.erl add some templates 10 yıl önce
simpleapp.template Add file local variables where appropriate 14 yıl önce
simpleapp_app.erl add some templates 10 yıl önce
simpleapp_gitignore add some templates 10 yıl önce
simpleapp_sup.erl add some templates 10 yıl önce
simpleevent.erl Add gen_event template 11 yıl önce
simpleevent.template Add gen_event template 11 yıl önce
simplefsm.erl Whitespace cleanups 14 yıl önce
simplefsm.template Updating template defs to use "template" in lieu of "file" directive 15 yıl önce
simplelib.app.src Add a library template 11 yıl önce
simplelib.erl Add command to rebar:command_names/0 11 yıl önce
simplelib.template Add a library template 11 yıl önce
simplelogging.hrl add some templates 10 yıl önce
simplelogging.template add some templates 10 yıl önce
simplemod.erl Remove export_all in simplemod template 13 yıl önce
simplemod.template Updating template defs to use "template" in lieu of "file" directive 15 yıl önce
simplemod_tests.erl Added 3 new templates: 15 yıl önce
simplenode.erl.script Use "pwd -P" to get the current physical path. 12 yıl önce
simplenode.install_upgrade.escript Add TODO comment to install_upgrade script template 11 yıl önce
simplenode.nodetool Do not compile nodetool escript 12 yıl önce
simplenode.reltool.config Change nodetool path to under releases/<RELEASE_VERSION>/ 11 yıl önce
simplenode.runner Error 'Command not found' when sname is used 11 yıl önce
simplenode.sys.config Get rid of app.config 13 yıl önce
simplenode.template Improvements to windows node runner script 13 yıl önce
simplenode.vm.args Comment out vm args 13 yıl önce
simplenode.windows.runner.cmd Add support for ping command on windows in the simple node runner 12 yıl önce
simplenode.windows.start_erl.cmd Quote paths in Windows runner script 13 yıl önce
simplesrv.erl Fix handle_call response 13 yıl önce
simplesrv.template Updating template defs to use "template" in lieu of "file" directive 15 yıl önce
simplesup.erl add some templates 10 yıl önce
simplesup.template add some templates 10 yıl önce

README.md

{{appid}}

An Erlang {{appid}} library.

Build

$ rebar get-deps compile

Run

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