diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-17 08:52:49 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-17 08:52:49 -0500 |
commit | 48769e75c224ccd8e04df250b86b50540270ce9a (patch) | |
tree | d4a094d9c82b73a9d57594b366f92fd32d6e7ff7 /priv/templates/otp_lib.template | |
parent | 7d43d0e092be4fff0496e8c3522fbd526074b37f (diff) |
wip: move to erlydtl for rebar templates
Diffstat (limited to 'priv/templates/otp_lib.template')
-rw-r--r-- | priv/templates/otp_lib.template | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/priv/templates/otp_lib.template b/priv/templates/otp_lib.template deleted file mode 100644 index 19d7593..0000000 --- a/priv/templates/otp_lib.template +++ /dev/null @@ -1,7 +0,0 @@ -{variables, []}. -{template, "mod.erl", "src/{{appid}}.erl"}. -{template, "otp_lib.app.src", "src/{{appid}}.app.src"}. -{template, "rebar.config", "rebar.config"}. -{template, "gitignore", ".gitignore"}. -{template, "LICENSE", "LICENSE"}. -{template, "README.md", "README.md"}. |