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.

26 lines
375 B

пре 10 година
пре 10 година
  1. {{name}}
  2. =====
  3. {{desc}}
  4. Build
  5. -----
  6. $ rebar3 compile
  7. Use
  8. ---
  9. Add the plugin to your rebar config:
  10. {plugins, [
  11. { {{name}}, ".*", {git, "git@host:user/{{name}}.git", {tag, "0.1.0"}}}
  12. ]}.
  13. Then just call your plugin directly in an existing application:
  14. $ rebar3 {{name}}
  15. ===> Fetching {{name}}
  16. ===> Compiling {{name}}
  17. <Plugin Output>