1.0.2 • Published 6 years ago

@grynn/grafana-launcher v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Install

brew install grafana #if not already done!
npm i -g @grynn/grafana-launcher

Usage

At your command line:
$>grafana

This will:

  1. brew service start grafana // This starts the grafana service if not already done; harmless otherwise
  2. Launch a browser (using react-dev-utils awesome openBrowser!) to http://localhost:3000, which is the default port for Grafana.

Development

git clone git@github.com:Grynn/grafana-launcher.git
npm install
...hackety hack...
git commit -a
git push
npm publish --access public