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 lines
424 B

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