coffeelint : Lint your CoffeeScript. You can installing coffeelint 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 coffeelint $ sudo npm install -g coffeelint
If want to update the coffeelint package execute the command as below,
$ sudo npm update coffeelint
Update package globally,
$ npm install -g coffeelint
$ sudo git clone https://github.com/rektide/coffeelint.git
$ sudo npm install -g ./coffeelint
coffeelint@2.0.7 /usr/lib/node_modules/coffeelint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall coffeelint
Package Name | coffeelint |
Version | 2.0.7 |
Description | Lint your CoffeeScript |
Released Date | 2017-10-28T08:06:03.260Z |
Published by | swang |
How to Learn | https://www.npmjs.com/package/coffeelint/tutorial |