summaryrefslogtreecommitdiff
path: root/priv/templates/app.template
blob: 39ec14a3002efbf1e2d77bb6aba92ad2e1812313 (plain)
1
2
3
4
5
6
7
8
9
10
11
{description, "OTP Application"}.
{variables, [
    {appid, "mylib", "Name of the OTP application"},
    {desc, "An OTP application", "Short description of the app"}
]}.
{template, "app.erl.dtl", "src/{{appid}}_app.erl"}.
{template, "otp_app.app.src.dtl", "src/{{appid}}.app.src"}.
{template, "rebar.config.dtl", "rebar.config"}.
{template, "gitignore.dtl", ".gitignore"}.
{template, "LICENSE.dtl", "LICENSE"}.
{template, "README.md.dtl", "README.md"}.