Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 899 Bytes

plugins.md

File metadata and controls

16 lines (12 loc) · 899 Bytes

Plugins

Cerebro plugin is just a javascript module. All you need is to write a function, that takes one object and call a function from arguments with your results.

You should have installed node and npm. If you don't have it: follow this instructions.

You can create your plugin from scratch, but I'd suggest you to use boilerplate. In this case you can focus on source of your plugin, not on tools around it.

Links: