express-restify-mongoose

v8.0.0
Easily create a flexible REST interface for mongoose models
ReST express restify mongodb mongoose model

build

run-p build:*

build:esm

swc src --out-dir dist

build:cjs

swc src --config module.type=commonjs --out-dir dist/cjs

build:dts

tsup src/express-restify-mongoose.ts --dts-only

lint

eslint . --ext .js,.ts

test

run-s test:*

test:express

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

test:filter

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

test:restify

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

test:unit

mocha -R spec ./test/unit.js

tsc

tsc --noEmit

Metadata

  • MIT
  • >=14
  • Florian Holzapfel
  • released 10/2/2023

Downloads