emqx/apps/emqx_plugins/README.md

13 lines
526 B
Markdown

# Plugins Management
This application provides the feature for users to upload and install custom, Erlang-based plugins.
More introduction about [Plugins](https://www.emqx.io/docs/en/v5.0/extensions/plugins.html#develop-emqx-plugins)
See HTTP API to learn how to [Install/Uninstall a Plugin](https://www.emqx.io/docs/en/v5.0/admin/api-docs.html#tag/Plugins)
## Plugin Template
We provide a [plugin template](https://github.com/emqx/emqx-plugin-template) that
you can use to learn how to write and package custom plugins.