typegoose

v5.4.0
Define Mongoose models using TypeScript classes.

start

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

build

rimraf lib && tsc

lint

tslint --project tsconfig.json

test

npm run lint && npm run cover

mocha

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

cover

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

coveralls

cat ./coverage/lcov.info | coveralls

Metadata

  • MIT
  • Whatever
  • Akos Szokodi
  • released 9/23/2018

Downloads

Maintainers