dare

v0.21.1
Database to REST, REST to Database
Database MySQL REST

lint

eslint ./

spec

nyc mocha test/specs/**/*.js

test

npm run lint && npm run spec && (nyc report --reporter=text-lcov | coveralls)

lint-fix

eslint --fix ./

lint-diff

LIST=`git diff-index --name-only HEAD | grep '.*\.js$';`; if [ "$LIST" ]; then eslint $LIST; fi

precommit-msg

echo 'Running pre-commit checks... (skip using --no-verify)' && exit 0

Metadata

  • MIT
  • >=8.0.0
  • Andrew Dodson
  • released 7/24/2018

Downloads

Maintainers