dare

v0.31.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)

test:ci

eslint ./ && nyc mocha test/specs/**/*.js --reporter mocha-circleci-reporter && (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

semantic-release

semantic-release

Metadata

  • MIT
  • >=8.0.0
  • Andrew Dodson
  • released 5/9/2019

Downloads