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 line
541 B

  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"}.