|
@ -4,6 +4,7 @@ |
|
|
{desc, "An OTP application", "Short description of the app"} |
|
|
{desc, "An OTP application", "Short description of the app"} |
|
|
]}. |
|
|
]}. |
|
|
{template, "app.erl.dtl", "{{name}}/src/{{name}}_app.erl"}. |
|
|
{template, "app.erl.dtl", "{{name}}/src/{{name}}_app.erl"}. |
|
|
|
|
|
{template, "sup.erl.dtl", "{{name}}/src/{{name}}_sup.erl"}. |
|
|
{template, "otp_app.app.src.dtl", "{{name}}/src/{{name}}.app.src"}. |
|
|
{template, "otp_app.app.src.dtl", "{{name}}/src/{{name}}.app.src"}. |
|
|
{template, "rebar.config.dtl", "{{name}}/rebar.config"}. |
|
|
{template, "rebar.config.dtl", "{{name}}/rebar.config"}. |
|
|
{template, "gitignore.dtl", "{{name}}/.gitignore"}. |
|
|
{template, "gitignore.dtl", "{{name}}/.gitignore"}. |
|
|