Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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