summaryrefslogtreecommitdiff
path: root/priv/templates/plugin_README.md
blob: 1176d9520b2bda3f966fc05f49a7616d5af3193f (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, "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>