cpoile / mattermost-plugin-demo

A demo of what Mattermost plugins can do.

Home Page:https://developers.mattermost.com/extend/plugins/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Plugin Build Status

This plugin demonstrates the capabilities of a Mattermost plugin. It includes the same build scripts as mattermost-plugin-sample, but implements all supported server-side hooks and registers a component for each supported client-side integration point. See server/README.md and webapp/README.md for more details. The plugin also doubles as a testbed for verifying plugin functionality during release testing.

Feel free to base your own plugin off this repository, removing or modifying components as needed. If you're already familiar with what plugins can do, consider starting from mattermost-plugin-sample instead, which includes the same build framework but omits the demo implementations.

Note that this plugin is authored for Mattermost 5.2 and later, and is not compatible with earlier releases of Mattermost.

For details on getting started, see mattermost-plugin-sample.

About

A demo of what Mattermost plugins can do.

https://developers.mattermost.com/extend/plugins/

License:Apache License 2.0


Languages

Language:Go 68.9%Language:JavaScript 19.3%Language:Makefile 11.7%