You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
499 B

10 years ago
  1. {variables, []}.
  2. {template, "app.erl", "apps/{{appid}}/src/{{appid}}_app.erl"}.
  3. {template, "sup.erl", "apps/{{appid}}/src/{{appid}}_sup.erl"}.
  4. {template, "otp_app.app.src", "apps/{{appid}}/src/{{appid}}.app.src"}.
  5. {template, "rebar.config", "rebar.config"}.
  6. {template, "relx.config", "relx.config"}.
  7. {template, "sys.config", "config/sys.config"}.
  8. {template, "vm.args", "config/vm.args"}.
  9. {template, "gitignore", ".gitignore"}.
  10. {template, "LICENSE", "LICENSE"}.
  11. {template, "README.md", "README.md"}.