inside-ci/README.md
2024-11-22 05:58:44 +00:00

21 lines
291 B
Markdown

# inside-ci
Returns true if code is running inside CI, otherwise false.
# 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`