diff options
Diffstat (limited to 'priv/templates/otpsrv.template')
-rw-r--r-- | priv/templates/otpsrv.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/priv/templates/otpsrv.template b/priv/templates/otpsrv.template new file mode 100644 index 0000000..d65f58b --- /dev/null +++ b/priv/templates/otpsrv.template @@ -0,0 +1,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"}.
\ No newline at end of file |