codeclimate-test-reporter : Code Climate test reporter client for javascript projects. You can installing codeclimate-test-reporter 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 codeclimate-test-reporter $ sudo npm install -g codeclimate-test-reporter
If want to update the codeclimate-test-reporter package execute the command as below,
$ sudo npm update codeclimate-test-reporter
Update package globally,
$ npm install -g codeclimate-test-reporter
$ sudo git clone https://github.com/rektide/codeclimate-test-reporter.git
$ sudo npm install -g ./codeclimate-test-reporter
codeclimate-test-reporter@0.5.0 /usr/lib/node_modules/codeclimate-test-reporter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall codeclimate-test-reporter
Package Name | codeclimate-test-reporter |
Version | 0.5.0 |
Description | Code Climate test reporter client for javascript projects |
Released Date | 2017-06-01T17:13:56.081Z |
Published by | dblandin |
How to Learn | https://www.npmjs.com/package/codeclimate-test-reporter/tutorial |