Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12 řádky
556 B

  1. {description, "Complete OTP Application structure."}.
  2. {variables, [
  3. {name, "mylib", "Name of the OTP application"},
  4. {desc, "An OTP application", "Short description of the app"}
  5. ]}.
  6. {template, "app.erl", "{{name}}/src/{{name}}_app.erl"}.
  7. {template, "sup.erl", "{{name}}/src/{{name}}_sup.erl"}.
  8. {template, "otp_app.app.src", "{{name}}/src/{{name}}.app.src"}.
  9. {template, "rebar.config", "{{name}}/rebar.config"}.
  10. {template, "gitignore", "{{name}}/.gitignore"}.
  11. {template, "LICENSE", "{{name}}/LICENSE"}.
  12. {template, "README.md", "{{name}}/README.md"}.