Configuration and scripts for Create Cerebro Plugin.


Keywords
cerebro, cerebro-plugin, development
License
MIT
Install
npm install cerebro-scripts@0.0.20

Documentation

Create Cerebro Plugin

Fastest way to create Cerebro plugins.

Quick Overview

Before start make sure you have installed yarn package manager. Follow installation instructions if you don't.

yarn create cerebro-plugin my-plugin
cd ./my-plugin
yarn start

Now you can open Cerebro app and you will see You've entered + text that you've entered in search field. Start hacking and create your awesome plugin! Check out plugins documentation for more information.