is-ci
Installation
npm install is-ci --saveProgrammatic Usage
const isCI = require('is-ci')
if (isCI) {
console.log('The code is running on a CI server')
}CLI Usage
Supported CI tools
License
Last updated