Skip to content

bradtraversy/customer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Management CLI

Command line interface fir managing customers. Uses Mongoose, Commander.js and Inquirer.js. YouTube tutorial here

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Create Symlink

$ 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

About

Customer management CLI built with Node and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published