Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 wiersze
527 B

  1. {description, "OTP Library application (no processes)"}.
  2. {variables, [
  3. {name, "mylib", "Name of the OTP library application"},
  4. {desc, "An OTP library", "Short description of the app"}
  5. ]}.
  6. {template, "mod.erl.dtl", "{{name}}/src/{{name}}.erl"}.
  7. {template, "otp_lib.app.src.dtl", "{{name}}/src/{{name}}.app.src"}.
  8. {template, "rebar.config.dtl", "{{name}}/rebar.config"}.
  9. {template, "gitignore.dtl", "{{name}}/.gitignore"}.
  10. {template, "LICENSE.dtl", "{{name}}/LICENSE"}.
  11. {template, "README.md.dtl", "{{name}}/README.md"}.