summaryrefslogtreecommitdiff
path: root/priv/templates/simpleapp.erl
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/simpleapp.erl
parentc7313a59805efcd7eff946c6290a452cb9252bc3 (diff)
add some templates
Diffstat (limited to 'priv/templates/simpleapp.erl')
-rw-r--r--priv/templates/simpleapp.erl22
1 files changed, 22 insertions, 0 deletions
diff --git a/priv/templates/simpleapp.erl b/priv/templates/simpleapp.erl
new file mode 100644
index 0000000..6f76752
--- /dev/null
+++ b/priv/templates/simpleapp.erl
@@ -0,0 +1,22 @@
+%%%-------------------------------------------------------------------
+%% @copyright {{copyright_holder}} ({{copyright_year}})
+%% @author {{author_name}} <{{author_email}}>
+%% @doc {{appid}} public API
+%% @end
+%%%-------------------------------------------------------------------
+
+-module({{appid}}).
+
+%% API
+-export([
+ ]).
+
+%%====================================================================
+%% API
+%%====================================================================
+
+
+
+%%====================================================================
+%% Internal functions
+%%====================================================================