wargs

v0.8.6
Wrong args parser

dev

npm test -- -w

lint

eslint lib tests

test

npm run test:unit --

test:ci

npm run coverage:all && npm run report -- -r lcov

test:all

npm run test:run tests && npm run report -- -r html

test:run

NODE_ENV=test _mocha --exit --recursive -bR spec

test:unit

npm run test:run tests --

coverage

nyc -x '**/tests/**' -x '**/*.test.js'

coverage:all

npm run coverage -- npm run test:all

coverage:unit

npm run coverage -- npm run test:unit

codecov

codecov --file=coverage/lcov.info -e TRAVIS_NODE_VERSION

report

nyc report

build

NODE_ENV=production rollup -c

prepublish

npm run build

pretest

npm run lint

Metadata

  • MIT
  • Whatever
  • Alvaro Cabrera
  • released 12/12/2019

Downloads

Maintainers