Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

customer-cli-test

gantushig3MIT1.0.0

Customer management CLI

readme

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

$ npm install
$ npm link

Commands

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]

App Info

Author

Brad Traversy Traversy Media

Version

1.0.0

License

This project is licensed under the MIT License