You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
511 B

  1. {description, "Rebar3 plugin"}.
  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.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, "plugin_README.md.dtl", "{{name}}/README.md"}.