summaryrefslogtreecommitdiff
path: root/priv/templates/mod.erl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/mod.erl')
-rw-r--r--priv/templates/mod.erl13
1 files changed, 13 insertions, 0 deletions
diff --git a/priv/templates/mod.erl b/priv/templates/mod.erl
new file mode 100644
index 0000000..2f5e09e
--- /dev/null
+++ b/priv/templates/mod.erl
@@ -0,0 +1,13 @@
+-module({{name}}).
+
+%% API exports
+-export([]).
+
+%%====================================================================
+%% API functions
+%%====================================================================
+
+
+%%====================================================================
+%% Internal functions
+%%====================================================================