summaryrefslogtreecommitdiff
path: root/priv/templates/simpleapp.app.src
blob: c9eefd135a8e780d17affd9203a380f8a244b532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{application, {{appid}},
 [
   {description, "{{appid}}"}
  ,{vsn, "0.1.0"}
  ,{registered, [{{appid}}_sup]}
  ,{applications,
    [kernel
     ,stdlib
    ]}
  ,{mod, { {{appid}}, []}}
  ,{env,
    [
    ]}
  ,{start_phases,
    [{listen, []}
    ]}
 ]}.