Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 793 Bytes

boilerplate.md

File metadata and controls

8 lines (7 loc) · 793 Bytes

Plugins → Create using boilerplate

  1. Download latest version of cerebro-plugin boilerplate and unarchive it to some folder;
  2. Run npm install inside this folder;
  3. Open Cerebro settings and turn on developer mode;
  4. run npm run debug – it will create symlink to your current folder in cerebro plugins directory and start webpack in watch mode, so you don't need to rebuild you source code everytime.
  5. You are ready to go! Use cmd+alt+i to open developer tools in Cerebro and cmd+r from developer tools to reload Cerebro so you can see you plugin changes.

Now you can check how to write plugin.