is-ci : Detect if your code is running on a CI server. You can installing is-ci 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 is-ci $ sudo npm install -g is-ci
If want to update the is-ci package execute the command as below,
$ sudo npm update is-ci
Update package globally,
$ npm install -g is-ci
$ sudo git clone https://github.com/rektide/is-ci.git
$ sudo npm install -g ./is-ci
is-ci@1.0.10 /usr/lib/node_modules/is-ci
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-ci
Package Name | is-ci |
Version | 1.0.10 |
Description | Detect if your code is running on a CI server |
Released Date | 2016-10-20T16:09:11.830Z |
Published by | watson |
How to Learn | https://www.npmjs.com/package/is-ci/tutorial |