Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

27 rader
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>