standard-engine

v15.1.0
Wrap your standards in a tortilla and cover it in special sauce.
JavaScript Standard Style check checker code code checker code linter code standards code style enforce and 15 more...

build:0

run-s clean

build:1-declaration

tsc -p declaration.tsconfig.json

build

run-s build:*

check:dependency-check

dependency-check *.js 'bin/**/*.js' 'lib/**/*.js' --no-dev

check:installed-check

installed-check --engine-no-dev

check:standard

standard

check:tsc

tsc

check:type-coverage

type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'

check

run-s clean && run-p check:*

clean:declarations

rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts')

clean

run-p clean:*

test-ci

run-s test:*

test:tape

c8 --reporter=lcov --reporter=text tape test/clone.js test/*.js

test

run-s check test:*

prepublishOnly

run-s build
npm i standard-engine

Metadata

  • MIT
  • ^12.22.0 || ^14.17.0 || >=16.0.0
  • Feross Aboukhadijeh
  • released 5/30/2023

Downloads