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 lines
460 B

  1. {description, "Rebar3 plugin"}.
  2. {variables, [
  3. {appid, "myplugin", "Name of the plugin"},
  4. {desc, "A rebar plugin", "Short description of the plugin's purpose"}
  5. ]}.
  6. {template, "plugin.erl.dtl", "src/{{appid}}.erl"}.
  7. {template, "otp_lib.app.src.dtl", "src/{{appid}}.app.src"}.
  8. {template, "rebar.config.dtl", "rebar.config"}.
  9. {template, "gitignore.dtl", ".gitignore"}.
  10. {template, "LICENSE.dtl", "LICENSE"}.
  11. {template, "plugin_README.md.dtl", "README.md"}.