Clone this project to scaffold a new (npm/node) project.
npm install capjsproject
--------
[Description]
Install:
npm install cap
Add dependency to your project with
"cap": "git@github.com/Michieljoris/cap"
or
"cap": "*"
Require in a module:
var cap = require('cap');
Use:
See documentation.