Plugins → Share
When your plugin is ready, you can share it with all Cerebro users so they can find and install it using plugins
command in Cerebro.
All you need is to publish your module to npm. Just run from your plugin folder:
npm publish ./
If you have any problems check out publishing packages in npm documentation
- Update your repository
Readme.md
, add screenshot or gif; - Push your plugin to open github repository – this repository is used by cerebro, at least to show
Readme.md
of your plugin; - Make sure that you have changed package.json metadata: module name, description, author and link to github repository;
- Add
cerebro-plugin
keyword to package.json keywords section. Otherwise your plugin won't be shown in Cerebro;