A promise driven, schema lead, mongo driver.
npm install nongo-driver$ git status and make sure you have no uncommitted changesdist
$ gulp
`$3
`
$ git add -u
`$3
`
$ git commit -m "dist"
`$3
update version number using semantic versioning release types (patch, major, or minor)
e.g. `
$ npm version patch
`$3
`
$ npm login
`$3
`
$ npm publish
`$3
`
$ git checkout -b dist
`$3
`
$ git push origin dist
`$3
Create a pull request to merge origin/dist --> upstream/master
Use version number as pull request title.$3
`
$ git push upstream --tags
``