|
há 1 mês atrás | |
---|---|---|
.github | há 4 anos atrás | |
dist | há 3 meses atrás | |
logo | há 4 anos atrás | |
packages | há 1 mês atrás | |
.eslintrc.json | há 5 anos atrás | |
.gitignore | há 5 anos atrás | |
.nvmrc | há 3 anos atrás | |
LICENSE.txt | há 7 anos atrás | |
Makefile | há 4 anos atrás | |
README.md | há 3 anos atrás | |
_config.yml | há 5 anos atrás | |
favicon.ico | há 5 anos atrás | |
index.html | há 1 mês atrás | |
lerna.json | há 5 anos atrás | |
package-lock.json | há 2 anos atrás | |
package.json | há 2 anos atrás | |
serviceworker.js | há 4 anos atrás |
This repo contains community contributed plugins, not included in the core of Converse.js.
To see a demo of all the plugins working, click here
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 my-sexy-plugin
Where my-sexy-plugin
should be replaced with the name of your plugin.
Simple raise a PR with your new plugin. Please make sure you do the following first
Before a plugin can be used, it needs to be whitelisted when you call converse.initialize
.
converse.initialize({
whitelisted_plugins: ['my-sexy-plugin'],
});
We've started using Lerna to manage the plugin packages.
For older plugins, the following needs to be done:
./packages/
directory@converse-plugins/name