summaryrefslogtreecommitdiff
path: root/priv/templates/otplib.template
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-24 13:39:59 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-24 13:39:59 -0500
commit6b979705304af00344bb26babc23d02ae8843516 (patch)
treeabd272f2f840f54443c0d64cce5ae3e4772f39eb /priv/templates/otplib.template
parentc7313a59805efcd7eff946c6290a452cb9252bc3 (diff)
add some templates
Diffstat (limited to 'priv/templates/otplib.template')
-rw-r--r--priv/templates/otplib.template13
1 files changed, 13 insertions, 0 deletions
diff --git a/priv/templates/otplib.template b/priv/templates/otplib.template
new file mode 100644
index 0000000..8cb58fe
--- /dev/null
+++ b/priv/templates/otplib.template
@@ -0,0 +1,13 @@
+{variables, [{appid, "myapp"}
+ ,{copyright_year, "2014"}
+ ,{copyright_holder, "Geoff Cant"}
+ ,{author_name, "Geoff Cant"}
+ ,{author_email, "nem@erlang.geek.nz"}
+ ]}.
+{template, "simpleapp.erl", "src/{{appid}}.erl"}.
+{template, "otplib.app.src", "src/{{appid}}.app.src"}.
+{template, "simplelogging.hrl", "src/{{appid}}_log.hrl"}.
+{template, "simple_rebar.config", "rebar.config"}.
+{template, "simpleapp_gitignore", ".gitignore"}.
+{template, "LICENSE", "LICENSE"}.
+{template, "README.md", "README.md"}. \ No newline at end of file