您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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