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