Skip to content

Tutorial01 Installing coz

Taka Okunishi edited this page Jun 9, 2015 · 79 revisions

coz runs on Node.js and is available as an NPM package.

Installing Node.js

Download from Node.js official page, or use nvm to manage multiple version.

coz works on node version 0.10.3 or later.


Installing coz

Install coz from NPM with npm command.

# Install coz commandline interface.
$ npm install coz -g

With -g option, npm installs the module globally and you can run coz simply by coz from anywhere. (It may need to be run via sudo)

Show the coz version to check install is successfully. The latest version 1.0.7 will be shown unless you specified older.

# Show coz version.
$ coz --version

If you do not want do it globally, install it local and use [programmatic API][tutorial_programmatic_url].


Tutorials

Links

Clone this wiki locally