Command line interface fir managing customers. Uses Mongoose, Commander.js and Inquirer.js. YouTube tutorial here
1.0.0
Install the dependencies
$ npm install
$ npm link
List Customers (list or l)
$ client-cli list
Find Customers (find or f)
$ client-cli find [NAME]
Add Customer (add or a)
$ client-cli add
Update Customer (update or u)
$ client-cli update [_ID]
Remove Customer (remove or r)
$ client-cli remove [_ID]
Brad Traversy Traversy Media
1.0.0
This project is licensed under the MIT License