From fcf2c971568c67d91e822b1104bff697affd09df Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 3 Oct 2014 06:33:55 -0500 Subject: add otp_app template --- priv/templates/otp_app.template | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 priv/templates/otp_app.template (limited to 'priv/templates') 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"}. -- cgit v1.1