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
570 B

  1. {description, "Rebar3 plugin project structure"}.
  2. {variables, [
  3. {name, "myplugin", "Name of the plugin"},
  4. {desc, "A rebar plugin", "Short description of the plugin's purpose"}
  5. ]}.
  6. {template, "plugin.erl", "{{name}}/src/{{name}}.erl"}.
  7. {template, "provider.erl", "{{name}}/src/prv_{{name}}_prv.erl"}.
  8. {template, "otp_lib.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, "plugin_README.md", "{{name}}/README.md"}.