Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

26 linhas
375 B

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