summaryrefslogtreecommitdiff
path: root/priv/templates/simpleapp.erl
diff options
context:
space:
mode:
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
+%%====================================================================