Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

11 rindas
522 B

  1. {description, "Complete OTP Library application (no processes) structure"}.
  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", "{{name}}/src/{{name}}.erl"}.
  7. {template, "otp_lib.app.src", "{{name}}/src/{{name}}.app.src"}.
  8. {template, "rebar.config", "{{name}}/rebar.config"}.
  9. {template, "gitignore", "{{name}}/.gitignore"}.
  10. {template, "LICENSE", "{{name}}/LICENSE"}.
  11. {template, "README.md", "{{name}}/README.md"}.