jsonschemav

v0.6.0
A simple JSON Schema Validation
json schema validator validation

dev

DEBUG=newsletter-server* nodemon --harmony --trace-warnings index.js

prepublish

npm test

pretest

standard

test

mocha --harmony --trace-warnings test/specs test/specs/**/*.spec.js

posttest

npm run doc

doc

documentation readme lib/api.js --shallow --section='Instance API'

lint

standard

lintd

nodemon -x 'npm run lint'

testd

nodemon -x 'mocha --harmony --trace-warnings test/specs test/specs/**/*.spec.js'

tag

git tag `node -p 'require("./package").version'`

coveraged

nodemon -x 'npm run coverage'

testdb

mocha --debug-brk --harmony --trace-warnings test/specs test/specs/**/*.spec.js

debug

DEBUG=newsletter-server* node-debug index.js

coverage

istanbul cover _mocha test/specs test/specs/**/*.spec.js

coveralls

standard && istanbul cover _mocha --report lcovonly -- -R spec test/specs test/specs/**/*.spec.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose

Metadata

  • MIT
  • Whatever
  • Sébastien Demanou
  • released 5/30/2017

Downloads

Maintainers