README.md
freshman_test
=====
A rebar plugin
Build
-----
$ rebar3 compile
Use
---
Add the plugin to your rebar config:
{plugins, [
{ freshman_test, ".*", {git, "git@host:user/freshman_test.git", {tag, "0.1.0"}}}
]}.
Then just call your plugin directly in an existing application:
$ rebar3 freshman_test
===> Fetching freshman_test
===> Compiling freshman_test
<Plugin Output>