Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 374 Bytes

{{ readme }}.md

File metadata and controls

25 lines (18 loc) · 374 Bytes

{{ repo-name }}

A rebar plugin description

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{project_plugins, [{{{ repo-name }}, "~> 0.0.0"}]}.

Then just call your plugin directly in an existing application:

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