Cli for manage customers. Uses Mongoose, Commander.js and Inquirer.js
For this use you just need to install it globally and this can be used for those of you who want to create a local Mongodb database. This is a simple cli tool that I created together when I watched YouTube.
Install the dependencies
$ npm install
$ npm install -g customer-cli-jack
$ npm link
List Customers (list or l)
$ customer-cli-jack list
Find Customers (find or f)
$ customer-cli-jack find [NAME]
Add Customer (add or a)
$ customer-cli-jack add
Update Customer (update or u)
$ customercli-jack update [_ID]
Remove Customer (remove or r)
$ customer-cli-jack remove [_ID]
This code Remake from video Traversy Media
Ahmad Zaky
Created code 2020