yocto-ci
v1.0.1
Published
Tiny tool to check if we are inside CI
Downloads
15
Readme
yocto-ci
Tiny tool to check if we are inside a CI environment
API
require('yocto-ci')
Returns true if inside CI. Otherwise returns false.
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