summaryrefslogtreecommitdiff
path: root/priv/templates/plugin.template
blob: bc44863bb0774cb33412766b309a4cdb2e1ff0cb (plain)
1
2
3
4
5
6
7
{variables, []}.
{template, "plugin.erl", "src/{{appid}}.erl"}.
{template, "otp_lib.app.src", "src/{{appid}}.app.src"}.
{template, "rebar.config", "rebar.config"}.
{template, "gitignore", ".gitignore"}.
{template, "LICENSE", "LICENSE"}.
{template, "plugin_README.md", "README.md"}.