@stoplight/acl

v1.1.3
Utilities to specify which users or teams are granted access to entities, as well as what operations are allowed on given entities.

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

lint

eslint src/**/*.js
npm i @stoplight/acl

Metadata

Downloads