0.1.0 • Published 6 years ago

cerebro-plugin-heroku v0.1.0

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

cerebro-plugin-heroku

Build Status

Cerebro plugin for Heroku, providing handy shortcuts for your Apps, Dashboard, Account and Status Page.

npm.io

Installation

Type plugins heroku in Cerebro window to search and install the plugin.

Usage

To be able to use this plugin you must have an API access Token to acess Heroku API. You can generate one at Account Page. Look for "API Key" section in the end of the page. After you get the API Key, set the value in the plugin settings in Cerebro.

Development

Clone repo

git clone https://github.com/brpaz/cerebro-plugin-heroku

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