mongodb-core

v3.1.0-beta2
Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications
mongodb core

test

npm run lint && mongodb-test-runner -t 60000 test/tests

coverage

nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls

lint

eslint index.js lib test

format

prettier --print-width 100 --tab-width 2 --single-quote --write index.js 'test/**/*.js' 'lib/**/*.js'

changelog

conventional-changelog -p angular -i HISTORY.md -s

Metadata

Downloads