mongease

v1.0.9
Tiny wrapper around Mongoose for easier creation of schemas and models. Supports plugins.
mongoose wrapper plugins

clean:dist

rimraf dist

clean:coverage

rimraf coverage .nyc_output

clean

npm run clean:dist && npm run clean:coverage

compile

tsc --skipLibCheck && tstei

compile:watch

tsc --skipLibCheck --watch

test

ava

test:watch

ava --watch

coverage

nyc --reporter=html ava

report

nyc report

report:html

open coverage/index.html

prepublishOnly

npm run clean && npm run compile && npm run coverage
npm i mongease

Metadata

  • MIT
  • Whatever
  • Fabio Spampinato
  • released 12/6/2018

Downloads

Maintainers