1{description, "Complete escriptized application structure"}.
2{variables, [
3    {name, "mylib", "Name of the OTP application to be escriptized"},
4    {desc, "An escript", "Short description of the project"}
5]}.
6{template, "escript_mod.erl", "{{name}}/src/{{name}}.erl"}.
7{template, "otp_lib.app.src", "{{name}}/src/{{name}}.app.src"}.
8{template, "escript_rebar.config", "{{name}}/rebar.config"}.
9{template, "gitignore", "{{name}}/.gitignore"}.
10{template, "LICENSE", "{{name}}/LICENSE"}.
11{template, "escript_README.md", "{{name}}/README.md"}.
12