customer-cli-jack
v1.0.3
Published
Cli for manage customers. Uses Mongoose, Commander.js and Inquirer.js
Readme
Cli-with-javascript
Cli for manage customers. Uses Mongoose, Commander.js and Inquirer.js
Description for this
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.
Installation
Install the dependencies
$ npm installInstall with npm global
$ npm install -g customer-cli-jackCreate Symlink
$ npm linkCommands
List Customers (list or l)
$ customer-cli-jack listFind Customers (find or f)
$ customer-cli-jack find [NAME]Add Customer (add or a)
$ customer-cli-jack addUpdate Customer (update or u)
$ customercli-jack update [_ID]Remove Customer (remove or r)
$ customer-cli-jack remove [_ID]App Info
This code Remake from video Traversy Media
Screenshot
Author
Ahmad Zaky
Created code 2020
