Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 650 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 650 Bytes

test_emqx_plugin

Another amazing EMQX plugin.

Release

An EMQX plugin release is a tar file including including a subdirectory of this plugin's name and it's version, that contains:

  1. A JSON format metadata file describing the plugin
  2. Versioned directories for all applications needed for this plugin (source and binaries).

In a shell from this plugin's working directory execute make rel to have the package created like:

_build/default/emqx_plugrel/emqx_plugin_template-<vsn>.tar.gz

See EMQX documentation for details on how to deploy custom plugins.