2 {variables, [{appid, "mochiwebapp"},
3 {author, "Mochi Media <dev@mochimedia.com>"},
9 {template, "mochiwebapp_skel/src/mochiapp.app.src", "{{dest}}/src/{{appid}}.app.src"}.
10 {template, "mochiwebapp_skel/src/mochiapp.erl", "{{dest}}/src/{{appid}}.erl"}.
11 {template, "mochiwebapp_skel/src/mochiapp_app.erl", "{{dest}}/src/{{appid}}_app.erl"}.
12 {template, "mochiwebapp_skel/src/mochiapp_deps.erl", "{{dest}}/src/{{appid}}_deps.erl"}.
13 {template, "mochiwebapp_skel/src/mochiapp_sup.erl", "{{dest}}/src/{{appid}}_sup.erl"}.
14 {template, "mochiwebapp_skel/src/mochiapp_web.erl", "{{dest}}/src/{{appid}}_web.erl"}.
15 {template, "mochiwebapp_skel/start-dev.sh", "{{dest}}/start-dev.sh"}.
16 {template, "mochiwebapp_skel/priv/www/index.html", "{{dest}}/priv/www/index.html"}.
17 {file, "../../.gitignore", "{{dest}}/.gitignore"}.
18 {file, "../../Makefile", "{{dest}}/Makefile"}.
19 {file, "mochiwebapp_skel/rebar.config", "{{dest}}/rebar.config"}.
20 {file, "../../rebar", "{{dest}}/rebar"}.
21 {chmod, 8#755, "{{dest}}/rebar"}.
22 {chmod, 8#755, "{{dest}}/start-dev.sh"}.