Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

375 B

{{name}}

{{desc}}

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { {{name}}, ".*", {git, "git@host:user/{{name}}.git", {tag, "0.1.0"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 {{name}}
===> Fetching {{name}}
===> Compiling {{name}}
<Plugin Output>