您最多选择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>