@cork-labs/monkfish-adapter-mongo
v0.2.1
Published
MongoDB adapter for Node.js framework Monkfish
Downloads
16
Readme
Monkfish Adapter Mongo
Mongo adapter for Node.js framework Monkfish.
Getting Started
npm install --save @cork-labs/monkfish @cork-labs/monkfish-adapter-mongo
Wraps mongo library to facilitate injection and testing
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.