/nodejs-cli-todo-tool

Built with Node and MongoDB, this tool allows you to run manage task via your CLI.

Primary LanguageJavaScript

A To-do Tool for your CLI

Built with Node and MongoDB, this tool allows you to run manage task via your CLI.

Steps to install:

  1. git clone this repository into your own environment
  2. Go to mongodb and start your new project with your cluster
  3. Unsure that your .env file has the MONGO_URI variable filled in with the connection string provided
  4. Run npm install
  5. Run npm i -g . inside your directory
  6. Now you can run cli-todo [YOUR_COMMAND] to try it out