blob: f3e7fed11b4b49e0f64865f414ad11de5728739d (
plain)
1
2
3
4
5
6
7
8
|
{variables, [{appid, "myapp"}
,{supid, "my"}
,{copyright_year, "2014"}
,{copyright_holder, "Geoff Cant"}
,{author_name, "Geoff Cant"}
,{author_email, "nem@erlang.geek.nz"}
]}.
{template, "simplesup.erl", "src/{{appid}}_{{supid}}_sup.erl"}.
|