Node mongo contribution guide

Start from the Collabo community 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:

  1. Install dependencies

npm install
  1. Link after installing dependencies:

npm link
  1. Unlink (for when you are done developing):

npm unlink

Learning resources

Last updated