Node mongo contribution guide
Contributor's individual project development guide
Contributors are to run the CLI commands and flags as described on the CLI repo readme: https://github.com/code-collabo/node-mongo-cli
The method of installation is different during code development:
Install dependencies
npm install
Link after installing dependencies:
npm link
Unlink (for when you are done developing):
npm unlink
Learning resources
Twilio | Dominik Kundel: How to build a CLI with node.js - youTube video.
Last updated