Installation

CCC is distributed through npm.

To install the Command Line Interface issue following command:

$ sudo npm install -g cccompiler

To install only the Node.js module to use it in your own build system, issue following command:

$ npm install -s cccompiler

Source code

Source repository is on github.