summaryrefslogtreecommitdiff
path: root/priv/templates/otp_app.template
blob: db31b3150a99378fbd30fc40aa6c3da60fddc4dc (plain)
1
2
3
4
5
6
7
{variables, []}.
{template, "app.erl", "src/{{appid}}_app.erl"}.
{template, "otp_app.app.src", "src/{{appid}}.app.src"}.
{template, "rebar.config", "rebar.config"}.
{template, "gitignore", ".gitignore"}.
{template, "LICENSE", "LICENSE"}.
{template, "README.md", "README.md"}.