diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-10-03 06:33:33 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-10-03 06:33:33 -0500 |
commit | b37a5ae611aaf6b84a046fbe716f40c2aa8c75d8 (patch) | |
tree | f9a7d4d802ebdf4a0350d64b1d5ac001ffa801ef /priv/templates/otp_lib.template | |
parent | 75e669dc801616271ffee0e6db56a5e0bdfe4fc5 (diff) |
move providers to separate app
Diffstat (limited to 'priv/templates/otp_lib.template')
-rw-r--r-- | priv/templates/otp_lib.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/templates/otp_lib.template b/priv/templates/otp_lib.template new file mode 100644 index 0000000..19d7593 --- /dev/null +++ b/priv/templates/otp_lib.template @@ -0,0 +1,7 @@ +{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"}. |