summaryrefslogtreecommitdiff
path: root/priv/templates/simpleapp.erl
blob: 6f7675202436fc5ccd8aaa7a833d1f68cce19d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%%%-------------------------------------------------------------------
%% @copyright {{copyright_holder}} ({{copyright_year}})
%% @author {{author_name}} <{{author_email}}>
%% @doc {{appid}} public API
%% @end
%%%-------------------------------------------------------------------

-module({{appid}}).

%% API
-export([
        ]).

%%====================================================================
%% API
%%====================================================================



%%====================================================================
%% Internal functions
%%====================================================================