Skip to content
Harry Cummings edited this page Feb 16, 2015 · 3 revisions

Getting started

Pre-requisites

Node Grunt ('npm install -g grunt-cli`)

Checkout and run

git clone [email protected]:hgcummings/hypermeter.git cd hypermeter npm install grunt coverage

Testing the graph reporter

You'll need environment variables set up with credentials for plot.ly, e.g. SET PLOTLY_USERNAME=XXXXXX SET PLOTLY_API_KEY=XXXXXX

Performing a release

  1. Bump version number in package.json
  2. Create and push tag: git tag M.m.p, git push origin M.m.p
  3. Publish to npm npm publish ./