⚠️ Before adding a plugin in this repository please create an issue to establish if it should be an official plugin or not.
- Create a directory under the
packages
folder - Add
package.json
to the directory with these contents:
{
"name": "@symph/joy-<NAME>",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"repository": "lnlfps/joy-plugins"
}
- Add a
index.js
file with the plugin code - Add a
readme.md
explaining what the plugin does, how to install, and how to configure it - Submit a pull request