Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 490 Bytes

installation.rst

File metadata and controls

25 lines (15 loc) · 490 Bytes

Installation

CCC is distributed through npm.

To install the cli issue following command:

$ sudo npm install -g cccompiler

To install only the node-module to use it in your own build system, issue following command:

$ npm install -s cccompiler

Source code

Source repository is on github.