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