0.1.0 • Published 6 years ago

cerebro-plugin-uuid v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

cerebro-plugin-uuid

Build Status

Cerebro plugin for generating random UUIDs.

npm.io

Development

Clone repo

git clone <repourl>

Install dependencies

yarn install

Launch the plugin

`yarn 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.

Related