emqx/apps/emqx_plugins
Andrew Mayorov cffb52ab28
test(plugins): update and simplify test suite
2024-02-14 19:00:04 +01:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
src chore: bump apps versions 2023-11-30 20:01:12 +01:00
test test(plugins): update and simplify test suite 2024-02-14 19:00:04 +01:00
README.md chore: update README files 2023-04-19 21:05:10 +08:00
rebar.config style: reformat all remaining apps 2022-04-27 15:51:18 +02:00

README.md

Plugins Management

This application provides the feature for users to upload and install custom, Erlang-based plugins.

More introduction about Plugins

See HTTP API to learn how to Install/Uninstall a Plugin

Plugin Template

We provide a plugin template that you can use to learn how to write and package custom plugins.