summaryrefslogtreecommitdiff
path: root/priv/templates/release.template
blob: 5e3ba1a3deac469e2c134a21ff1bb5246a7ea320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{description, "OTP Release structure for executable programs"}.
{variables, [
    {appid, "myapp", "Name of the OTP release. An app with this name will also be created."},
    {desc, "An OTP application", "Short description of the release's main app's purpose"}
]}.
{template, "app.erl.dtl", "{{apps_dir}}/{{appid}}/src/{{appid}}_app.erl"}.
{template, "sup.erl.dtl", "{{apps_dir}}/{{appid}}/src/{{appid}}_sup.erl"}.
{template, "otp_app.app.src.dtl", "{{apps_dir}}/{{appid}}/src/{{appid}}.app.src"}.
{template, "rebar.config.dtl", "rebar.config"}.
{template, "relx.config.dtl", "relx.config"}.
{template, "sys.config.dtl", "config/sys.config"}.
{template, "vm.args.dtl", "config/vm.args"}.
{template, "gitignore.dtl", ".gitignore"}.
{template, "LICENSE.dtl", "LICENSE"}.
{template, "README.md.dtl", "README.md"}.