summaryrefslogtreecommitdiff
path: root/test/rebar_new_SUITE_data/.rebar3/templates/app/test_app.template
blob: b17e30cc620fdc7d95d03a74b6cb53819e4ab026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{description, "OTP Application"}.
{variables, [
    {name, "mylib", "Name of the OTP application"},
    {desc, "An OTP application", "Short description of the app"}
]}.
{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, "rebar.config.dtl", "{{name}}/rebar.config"}.
{template, "gitignore.dtl", "{{name}}/.gitignore"}.
{template, "LICENSE.dtl", "{{name}}/LICENSE"}.
{template, "README.md.dtl", "{{name}}/README.md"}.