Skip to content

Installing

Fabrício Matté edited this page Feb 13, 2015 · 28 revisions

Prerequirements

  • Node.js >= 0.10 or io.js.
  • npm.

Simple installation

Harmonic is available on npm:

npm install harmonic -g

Bleeding edge installation

You can install Harmonic directly from the GitHub directory:

git clone https://github.com/es6rocks/harmonic.git
cd harmonic
npm link

If everything is ok, you can type harmonic in your terminal, and you will get the harmonic menu:
Harmonic CLI

<<< Home | Config >>>

Clone this wiki locally