express-restify-mongoose

v2.5.0
Easily create a flexible REST interface for mongoose models
ReST express restify mongodb mongoose model

pretest

standard

test

mocha -R spec ./test/unit.js && mocha -R spec ./test/integration/resource_filter.js --timeout 10s && mocha -R spec ./test/express.js --timeout 10s && mocha -R spec ./test/restify.js --timeout 10s

test-ci

mocha -R spec ./test/unit.js && mocha -R spec ./test/integration/resource_filter.js --timeout 10s && istanbul cover node_modules/mocha/bin/_mocha -- -R spec ./test/express.js --timeout 10s && mocha -R spec ./test/restify.js --timeout 10s

test-cov-unit

istanbul cover node_modules/mocha/bin/_mocha -- -R spec ./test/unit.js

test-express

mocha -R spec ./test/express.js --timeout 10s

test-restify

mocha -R spec ./test/restify.js --timeout 10s

test-cov-express

istanbul cover node_modules/mocha/bin/_mocha -- -R spec ./test/express.js --timeout 10s

test-cov-restify

istanbul cover node_modules/mocha/bin/_mocha -- -R spec ./test/restify.js --timeout 10s

Metadata

  • MIT
  • >=0.10
  • Florian Holzapfel
  • released 2/26/2016

Downloads