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