summaryrefslogtreecommitdiff
path: root/priv/templates/plugin_README.md.dtl
blob: 8c91947142a4778f68acbf682ccffba456e6737c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{{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}}
    Cloning into '.tmp_dir539136867963'...
    ===> Compiling {{name}}
    <Plugin Output>