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
Add variables def to simpleapp template
pull/3/head
Dave Smith
15 years ago
parent
2d9af6cf48
commit
1454b4faa6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
priv/templates/simpleapp.template
+ 1
- 0
priv/templates/simpleapp.template
View File
@ -1,3 +1,4 @@
{variables, [{appid, "myapp"}]}.
{file, "simpleapp.app", "ebin/{{appid}}.app"}.
{file, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
{file, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}.
Write
Preview
Loading…
Cancel
Save