Skip to content

Tutorial01 Installing coz

Taka Okunishi edited this page Sep 2, 2015 · 79 revisions

Overview

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

Installing Node.js

If you don't have Node.js, download one from Node.js official page, or use nvm to manage multiple version.

coz works on node version 0.10.3 or later.


Installing coz via NPM

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 3.0.14 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.


See Also

Links

Tutorials

Clone this wiki locally