No Description

JC Brand eb89e63c6d Add README, LICENSE and package.json 7 years ago
LICENSE.txt eb89e63c6d Add README, LICENSE and package.json 7 years ago
README.md eb89e63c6d Add README, LICENSE and package.json 7 years ago
package.json eb89e63c6d Add README, LICENSE and package.json 7 years ago

README.md

Converse.js Community Plugins

This repo contains community contributed plugins, not included in the core of Converse.js.

Creating a plugin

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.