|
7 years ago | |
---|---|---|
LICENSE.txt | 7 years ago | |
README.md | 7 years ago | |
package.json | 7 years ago |
This repo contains community contributed plugins, not included in the core of Converse.js.
To create a new plugin, use generator-converse, which is a Yeoman generator.
Install Yeoman and the generator:
npm install -g yo generator-conversejs
Then, to create a new plugin, run the following:
$ yo conversejs converse-pluginname
Where pluginname
should be the name of your plugin.