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