We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coz runs on Node.js and is available as an NPM package.
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.
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)
-g
coz
sudo
Show the coz version to check install is successfully. The latest version 3.0.11 will be shown unless you specified older.
3.0.11
# Show coz version. $ coz --version
If you do not want do it globally, install it local and use programmatic API.