grunt-jscs : Grunt task for checking JavaScript Code Style with jscs.. You can installing grunt-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 grunt-jscs $ sudo npm install -g grunt-jscs
If want to update the grunt-jscs package execute the command as below,
$ sudo npm update grunt-jscs
Update package globally,
$ npm install -g grunt-jscs
$ sudo git clone https://github.com/rektide/grunt-jscs.git
$ sudo npm install -g ./grunt-jscs
grunt-jscs@3.0.1 /usr/lib/node_modules/grunt-jscs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-jscs
Package Name | grunt-jscs |
Version | 3.0.1 |
Description | Grunt task for checking JavaScript Code Style with jscs. |
Released Date | 2016-06-21T21:17:29.006Z |
Published by | markelog |
How to Learn | https://www.npmjs.com/package/grunt-jscs/tutorial |