Built with Node and MongoDB, this tool allows you to run manage task via your CLI.
git clone
this repository into your own environment- Go to mongodb and start your new project with your cluster
- Unsure that your
.env
file has theMONGO_URI
variable filled in with the connection string provided - Run
npm install
- Run
npm i -g .
inside your directory - Now you can run
cli-todo [YOUR_COMMAND]
to try it out