|
|
il y a 4 ans | |
|---|---|---|
| src | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| README.md | il y a 4 ans | |
| rebar.config | il y a 4 ans |
A rebar plugin to help create EMQ X plugin release package
$ rebar3 compile
Add the plugin to your rebar.config:
{plugins, [
{emqx_plugrel, {git, "https://host/user/emqx_plugrel.git", {tag, "0.1.0"}}}
]}.
Execute command:
rebar3 emqx_plugrel