summaryrefslogtreecommitdiff
path: root/priv/templates/otp_rel.template
blob: 450c539549d65b7162e0250f1eedffaee647f72b (plain)
1
2
3
4
5
6
7
8
9
10
{template, "app.erl", "apps/{{appid}}/src/{{appid}}_app.erl"}.
{template, "sup.erl", "apps/{{appid}}/src/{{appid}}_sup.erl"}.
{template, "otp_app.app.src", "apps/{{appid}}/src/{{appid}}.app.src"}.
{template, "rebar.config", "rebar.config"}.
{template, "relx.config", "relx.config"}.
{template, "sys.config", "config/sys.config"}.
{template, "vm.args", "config/vm.args"}.
{template, "gitignore", ".gitignore"}.
{template, "LICENSE", "LICENSE"}.
{template, "README.md", "README.md"}.