Sen descrición

Zaiming (Stone) Shi cab90c1465 feat: create tar.gz for release apps %!s(int64=4) %!d(string=hai) anos
.github 098390a0d4 build: add github action workflow %!s(int64=4) %!d(string=hai) anos
src cab90c1465 feat: create tar.gz for release apps %!s(int64=4) %!d(string=hai) anos
.gitignore 8d7ce86e3b Initial commit %!s(int64=4) %!d(string=hai) anos
LICENSE 8d7ce86e3b Initial commit %!s(int64=4) %!d(string=hai) anos
README.md 8d7ce86e3b Initial commit %!s(int64=4) %!d(string=hai) anos
rebar.config cab90c1465 feat: create tar.gz for release apps %!s(int64=4) %!d(string=hai) anos

README.md

emqx_plugrel

A rebar plugin to help create EMQ X plugin release package

Build

$ rebar3 compile

Use

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