summaryrefslogtreecommitdiff
path: root/priv/templates/otp_rel.template
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-16 19:36:04 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-16 19:36:04 -0500
commit884d298291e64fad99f096ee82018b568e0985f2 (patch)
tree2251d30abe9bf5890d2fd7506e74979149307df4 /priv/templates/otp_rel.template
parent71d9500997930a43f30bce863e05f3dbaa4fd3f4 (diff)
update templating
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"}.