Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

384 B

{{=@@ @@=}} @@name@@

@@desc@@

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    {@@name@@, {git, "https://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>