mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
4 lines
No EOL
206 B
Text
4 lines
No EOL
206 B
Text
{variables, [{appid, "myapp"}]}.
|
|
{template, "simpleapp.app.src", "src/{{appid}}.app.src"}.
|
|
{template, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
|
|
{template, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}. |