Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 636 Bytes

README_template.md

File metadata and controls

19 lines (12 loc) · 636 Bytes

{{=@@ @@=}}

@@name@@

@@description@@

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.