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.

27 line
384 B

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