diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-10-03 06:33:55 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-10-03 06:33:55 -0500 |
commit | fcf2c971568c67d91e822b1104bff697affd09df (patch) | |
tree | 337bdaed27c9c671c58c5eb8520d4efc324a08f6 /priv/templates | |
parent | b37a5ae611aaf6b84a046fbe716f40c2aa8c75d8 (diff) |
add otp_app template
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/otp_app.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/templates/otp_app.template b/priv/templates/otp_app.template new file mode 100644 index 0000000..db31b31 --- /dev/null +++ b/priv/templates/otp_app.template @@ -0,0 +1,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"}. |