express-restify-mongoose

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

build

run-p build:*

build:cjs

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

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.mjs --timeout 10s

test:filter

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

test:restify

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

test:unit

mocha -R spec ./test/unit.mjs

tsc

tsc --noEmit

Metadata

  • MIT
  • >=16
  • Florian Holzapfel
  • released 3/8/2024

Downloads