選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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