@cork-labs/monkfish-adapter-mongoose
v0.3.1
Published
Mongoose adapter for Node.js framework Monkfish
Downloads
29
Readme
Monkfish Adapter Mongoose
Mongoose adapter for Node.js framework Monkfish.
Getting Started
npm install --save @cork-labs/monkfish @cork-labs/monkfish-adapter-mongoose
Wraps mongoose library to facilitate injection, testing and configuration of models.
See Monkfish for more information.
API
Develop
# lint and fix
npm run lint
# run test suite
npm test
# lint and test
npm run build
# serve test coverage
npm run coverage
# publish a minor version
node_modules/.bin/npm-bump minor
Contributing
We'd love for you to contribute to our source code and to make it even better than it is today!
Check CONTRIBUTING before submitting issues and PRs.