Type lab
keyboard in Cerebro to access the plugin.
Clone repo
git clone https://github.com/brpaz/cerebro-plugin-gitlab
Install dependencies
yarn install
Launch the plugin
npm start
- A symlink will be created between the plugin folder and the Cerebro plugins folder.
- You will need to reload your Cerebro settings (Right click on Cerebro tray icon -> Development -> Reload).
- You can use Cerebro Dev Tools to debug your plugin.
- Cerebro – Plugin extracted from core Cerebro app.
- cerebro-plugin – Boilerplate to create Cerebro plugins.
- Cerebro Plugin docs - Official Cerebro Plugins documentation.