summaryrefslogtreecommitdiff
path: root/priv/templates/plugin.template
blob: 0181bd2fa6589fc6640cf67c1d5be200e7c0c148 (plain)
1
2
3
4
5
6
7
8
9
10
11
{description, "Rebar3 plugin"}.
{variables, [
    {name, "myplugin", "Name of the plugin"},
    {desc, "A rebar plugin", "Short description of the plugin's purpose"}
]}.
{template, "plugin.erl", "{{name}}/src/{{name}}.erl"}.
{template, "otp_lib.app.src", "{{name}}/src/{{name}}.app.src"}.
{template, "rebar.config", "{{name}}/rebar.config"}.
{template, "gitignore", "{{name}}/.gitignore"}.
{template, "LICENSE", "{{name}}/LICENSE"}.
{template, "plugin_README.md", "{{name}}/README.md"}.