inside-ci

2.0.1 • Public • Published

inside-ci

Returns true if code is running inside CI, otherwise false.

This also works as a drop-in replacement for anyone currently using is-ci.

If your CI is not being detected, feel free to add an issue for it or hit me up on X (formerly Twitter) or on discord as thething_89.

API

const inside = require('inside-ci')

CLI

inside-ci or in-ci

Returns error code 0 if inside CI.

in-ci && echo 'running inside CI'

not-ci

Inverse of the above:

not-ci && husky install

Readme

Keywords

Package Sidebar

Install

npm i inside-ci

Weekly Downloads

0

Version

2.0.1

License

WTFPL

Unpacked Size

1.71 kB

Total Files

5

Last publish

Collaborators

  • thething