express-restify-mongoose

v7.0.2
Easily create a flexible REST interface for mongoose models
ReST express restify mongodb mongoose model

lint

eslint . --ext .js

prepublish

in-publish && npm test || not-in-publish

pretest

npm run lint

test

npm run test-unit && npm run test-filter && npm run test-express && npm run test-restify

test-ci

npm run test-unit && npm run test-filter && npm run test-restify

test-unit

mocha -R spec ./test/unit.js

test-filter

mocha -R spec ./test/integration/resource_filter.js --timeout 10s

test-express

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

test-restify

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

Metadata

  • MIT
  • >=14
  • Florian Holzapfel
  • released 10/21/2022

Downloads