mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Adding simpleapp.app.src
This commit is contained in:
parent
823dc3065f
commit
518d30d7ad
1 changed files with 12 additions and 0 deletions
12
priv/templates/simpleapp.app.src
Normal file
12
priv/templates/simpleapp.app.src
Normal file
|
@ -0,0 +1,12 @@
|
|||
{application, {{appid}},
|
||||
[
|
||||
{description, ""},
|
||||
{vsn, "1"},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
]},
|
||||
{mod, { {{appid}}_app, []}},
|
||||
{env, []}
|
||||
]}.
|
Loading…
Reference in a new issue