summaryrefslogtreecommitdiff
path: root/priv/templates/otp_rel.template
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/otp_rel.template')
-rw-r--r--priv/templates/otp_rel.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/priv/templates/otp_rel.template b/priv/templates/otp_rel.template
new file mode 100644
index 0000000..450c539
--- /dev/null
+++ b/priv/templates/otp_rel.template
@@ -0,0 +1,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"}.