summaryrefslogtreecommitdiff
path: root/priv/templates/plugin.template
diff options
context:
space:
mode:
authoromarkj <omarkj@gmail.com>2014-11-03 13:58:58 -0800
committeromarkj <omarkj@gmail.com>2014-11-03 13:58:58 -0800
commita1d030c9649526422f58e0fb5dae9d33564b395a (patch)
treefeb95f0fec3421ed876e1802584430e18e29f73f /priv/templates/plugin.template
parent58f4019fa62a73e335967870f6605182d7386830 (diff)
parenta3ec3a3424dd47e9687d0d2960ef2d3cba6a8f5c (diff)
add help
Diffstat (limited to 'priv/templates/plugin.template')
-rw-r--r--priv/templates/plugin.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/templates/plugin.template b/priv/templates/plugin.template
new file mode 100644
index 0000000..bc44863
--- /dev/null
+++ b/priv/templates/plugin.template
@@ -0,0 +1,7 @@
+{variables, []}.
+{template, "plugin.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, "plugin_README.md", "README.md"}.