gulp-jscs : Check JavaScript code style with jscs. You can installing gulp-jscs 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-jscs $ sudo npm install -g gulp-jscs
If want to update the gulp-jscs package execute the command as below,
$ sudo npm update gulp-jscs
Update package globally,
$ npm install -g gulp-jscs
$ sudo git clone https://github.com/rektide/gulp-jscs.git
$ sudo npm install -g ./gulp-jscs
gulp-jscs@4.0.0 /usr/lib/node_modules/gulp-jscs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-jscs
Package Name | gulp-jscs |
Version | 4.0.0 |
Description | Check JavaScript code style with jscs |
Released Date | 2016-06-24T12:06:50.816Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-jscs/tutorial |