Covergates CLI for NodeJS
npm install covergates --save-devcovergates will install a binary under node_modules/.bin/covergates.
To use it under CLI, run:
For npm v5.2.0 or newer
npx covergates -hor
./node_modules/.bin/covergates
For the covergates command line usage, please refer to the documentation.
You can find the example for NodeJS test coverage with covergates at https://github.com/covergates/example-nodejs.