summaryrefslogtreecommitdiff
path: root/priv/templates/plugin.template
blob: 34191911b7e536d5d75da3e86fc01d09b973e83c (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.dtl", "{{name}}/src/{{name}}.erl"}.
{template, "otp_lib.app.src.dtl", "{{name}}/src/{{name}}.app.src"}.
{template, "rebar.config.dtl", "{{name}}/rebar.config"}.
{template, "gitignore.dtl", "{{name}}/.gitignore"}.
{template, "LICENSE.dtl", "{{name}}/LICENSE"}.
{template, "plugin_README.md.dtl", "{{name}}/README.md"}.