gulp-istanbul : Istanbul unit test coverage plugin for gulp.. You can installing gulp-istanbul npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gulp-istanbul $ sudo npm install -g gulp-istanbul
If want to update the gulp-istanbul package execute the command as below,
$ sudo npm update gulp-istanbul
Update package globally,
$ npm install -g gulp-istanbul
$ sudo git clone https://github.com/rektide/gulp-istanbul.git
$ sudo npm install -g ./gulp-istanbul
gulp-istanbul@1.1.2 /usr/lib/node_modules/gulp-istanbul
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-istanbul
Package Name | gulp-istanbul |
Version | 1.1.2 |
Description | Istanbul unit test coverage plugin for gulp. |
Released Date | 2017-06-07T14:18:41.935Z |
Published by | sboudrias |
How to Learn | https://www.npmjs.com/package/gulp-istanbul/tutorial |