customer-cli-test
Version:
Customer management CLI
64 lines (43 loc) • 744 B
Markdown
# Customer Management CLI
Command line interface fir managing customers. Uses Mongoose, COmmander.js and Inquirer.js
### Version
1.0.0
## Usage
### Installation
Install the dependencies
```sh
$ npm install
```
### Create Symlink
```sh
$ npm link
```
### Commands
List Customers (list or l)
```sh
$ client-cli list
```
Find Customers (find or f)
```sh
$ client-cli find [NAME]
```
Add Customer (add or a)
```sh
$ client-cli add
```
Update Customer (update or u)
```sh
$ client-cli update [_ID]
```
Remove Customer (remove or r)
```sh
$ client-cli remove [_ID]
```
## App Info
### Author
Brad Traversy
[Traversy Media](http://www.traversymedia.com)
### Version
1.0.0
### License
This project is licensed under the MIT License