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.

14 line
845 B

  1. {description, "OTP Release structure for executable programs"}.
  2. {variables, [
  3. {name, "myapp", "Name of the OTP release. An app with this name will also be created."},
  4. {desc, "An OTP application", "Short description of the release's main app's purpose"}
  5. ]}.
  6. {template, "app.erl.dtl", "{{name}}/{{apps_dir}}/{{name}}/src/{{name}}_app.erl"}.
  7. {template, "sup.erl.dtl", "{{name}}/{{apps_dir}}/{{name}}/src/{{name}}_sup.erl"}.
  8. {template, "otp_app.app.src.dtl", "{{name}}/{{apps_dir}}/{{name}}/src/{{name}}.app.src"}.
  9. {template, "relx_rebar.config.dtl", "{{name}}/rebar.config"}.
  10. {template, "sys.config.dtl", "{{name}}/config/sys.config"}.
  11. {template, "vm.args.dtl", "{{name}}/config/vm.args"}.
  12. {template, "gitignore.dtl", "{{name}}/.gitignore"}.
  13. {template, "LICENSE.dtl", "{{name}}/LICENSE"}.
  14. {template, "README.md.dtl", "{{name}}/README.md"}.