Giter VIP home page Giter VIP logo

is-ci's Introduction

is-ci

Returns true if the current environment is a Continuous Integration server.

Please open an issue if your CI server isn't properly detected :)

npm Tests js-standard-style

Installation

npm install is-ci --save

Programmatic Usage

const isCI = require('is-ci')

if (isCI) {
  console.log('The code is running on a CI server')
}

CLI Usage

For CLI usage you need to have the is-ci executable in your PATH. There's a few ways to do that:

  • Either install the module globally using npm install is-ci -g
  • Or add the module as a dependency to your app in which case it can be used inside your package.json scripts as is
  • Or provide the full path to the executable, e.g. ./node_modules/.bin/is-ci
is-ci && echo "This is a CI server"

Supported CI tools

Refer to ci-info docs for all supported CI's

License

MIT

is-ci's People

Contributors

adamburgess avatar capaj avatar imangazaliev avatar manojlds avatar martincostello avatar polpo avatar sibiraj-s avatar sonicdoe avatar toolmantim avatar walling avatar watson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

is-ci's Issues

Negative check is-not-ci?

I want to run some script only if it's not in CI.

I've used this:

{
    "is-not-ci": "npx -y --package \"is-ci\" --call \"node -e \\\"process.exit(require(\\\\\\\"is-ci\\\\\\\") ? 1 : 0)\\\"\"",
    "postinstall": "npm run is-not-ci && npm run blabla",
}

Is there any better option?

(needs to be cross-platform: Win and Linux)

Support TFS Build

As documented here, Team Foundation Server and Visual Studio Online use the TF_BUILD environment variable, rather than CI.

add information on what CI is running

I want to use this module to customize the behavior of my product to fit the environment.

I would be helpful If I could get the name of the CI environment I'm running in, not just a boolean flag.

Error deploying Express app with 'fast-two-sms' package on Vercel due to 'is-ci' module not found

I am currently attempting to deploy an Express app on Vercel as a Serverless function. To handle SMS functionality, I have integrated the 'fast-two-sms' package into my project. However, during the deployment process on Vercel, I encountered an error stating that the 'is-ci' module was not found. I suspect that this issue may be related to the case-sensitive file system of Vercel, as mentioned in their documentation: https://vercel.com/guides/how-do-i-resolve-a-module-not-found-error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.