caporal

v0.3.0
A full-featured framework for building command line applications (cli) with node.js
cli argument-parser command commander clap cli-app minimist optimist cli-table and 2 more...

lint

eslint lib tests

test

./node_modules/mocha/bin/mocha --require ./tests/utils/bootstrap.js --full-trace --recursive -R mocha-unfunk-reporter tests/

test-watch

npm run lint && ./node_modules/mocha/bin/mocha --require ./tests/utils/bootstrap.js --full-trace --watch --recursive -R mocha-unfunk-reporter tests/

coverage

istanbul cover --include-all-sources true -x **/examples/**/* --print both ./node_modules/.bin/_mocha -- --require ./tests/utils/bootstrap.js -R spec --recursive tests/

commit

git-cz

changelog

conventional-changelog -p angular -i CHANGELOG.md -w -r 0

precommit

npm run lint && npm test

prepush

npm run lint && npm test

commitmsg

validate-commit-msg

postinstall

(test -f ./node_modules/husky/bin/install.js && node ./node_modules/husky/bin/install.js) || exit 0

Metadata

  • MIT
  • >= 4.4.5
  • Matthias ETIENNE
  • released 2/26/2017

Downloads

Maintainers