This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Adding simpleapp.app.src
pull/3/head
Dave Smith
15 years ago
parent
823dc3065f
commit
518d30d7ad
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
priv/templates/simpleapp.app.src
+ 12
- 0
priv/templates/simpleapp.app.src
View File
@ -0,0 +1,12 @@
{application, {{appid}},
[
{description, ""},
{vsn, "1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { {{appid}}_app, []}},
{env, []}
]}.
Write
Preview
Loading…
Cancel
Save