@stoplight/logic-runner

v1.1.7
Utilities to run flow logic blocks, such as variable replacement, assertions, transforms, etc.

build

rollup -c ./rollup.config.js && rollup -c ./rollup.standalone.config.js && rollup -c ./rollup.standalone.config.min.js

test

nyc ava --verbose

test:watch

ava --verbose --watch

report-coverage

nyc report --reporter=lcov | codecov

check-coverage

nyc check-coverage --statements 75 --branches 75 --functions 75 --lines 75

prepublish

npm run build

precommit-msg

echo 'Pre-commit checks...' && exit 0

lint

eslint src/**/*.js
npm i @stoplight/[email protected]

Metadata

Downloads

Maintainers