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