typegoose

v3.7.0
Define Mongoose models using TypeScript classes.

start

npm run build && node ./lib/typegoose.js

build

rimraf lib && tsc

lint

tslint --type-check --project tsconfig.json

test

npm run lint && npm run cover

mocha

npm run build && mocha ./lib --recursive

cover

npm run build && istanbul cover _mocha -- lib --recursive -R spec

coveralls

cat ./coverage/lcov.info | coveralls

Metadata

  • MIT
  • Whatever
  • Akos Szokodi
  • released 11/21/2017

Downloads

Maintainers