Skip to content

Anshika85/customer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customer-cli

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 Create Symlink $ npm link Commands List Customers (list or l)

$ customer-cli list

Find Customers (find or f)

$ customer-cli find [NAME]

Add Customer (add or a)

$ customer-cli add

Update Customer (update or u)

$ customer-cli update [_ID]

Remove Customer (remove or r)

$ customer-cli remove [_ID]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published