clap

v3.1.0
Command line argument parser
cli command option argument completion

lint

eslint lib test

lint-and-test

npm run lint && npm test

test

mocha --reporter ${REPORTER:-progress}

test:cjs

mocha cjs-test --reporter ${REPORTER:-progress}

watch

npm run build -- --watch

build

npm run esm-to-cjs --

build-and-test

npm run esm-to-cjs-and-test

esm-to-cjs

node scripts/esm-to-cjs

esm-to-cjs-and-test

npm run esm-to-cjs && npm run test:cjs

coverage

c8 --reporter=lcovonly npm test

prepublishOnly

npm run lint-and-test && npm run build-and-test

Metadata

  • MIT
  • ^12.20.0 || ^14.13.0 || >=15.0.0
  • Roman Dvornov
  • released 2/7/2022

Downloads

Maintainers