Kuljeet-123 / customer-cli-using-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customer Management CLI


Command line interface for managing customers.

Technologies used:-

  • Nodejs
  • Mongoose
  • Commander.js
  • Inquirer.js

Version

1.0.0

Usage


Installation

Install the dependencies

npm install or npm i

Create SymLink

npm link

Commands

List Customer (list or l)

client-cli list

Find Customer (find or f)

client-cli find

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]

About


Languages

Language:JavaScript 100.0%