1.0.2 • Published 6 years ago

client-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Client Management CLI

Command line interface for managing clients. Uses Mongoose, Commander.js and Inquirer.js

Version

1.0.2

Usage

Simple Command Line Interface to manage clients in database

Installation

Install the dependencies

$ npm install

Create Symlink

$ npm link

Commands

List Clients (list or l)

$ client-cli list

Find Clients (find or f)

$ client-cli find [NAME]

Add Client (add or a)

$ client-cli add

Update Client (update or u)

$ client-cli update [_ID]

Remove Client (remove or r)

$ client-cli remove [_ID]

Author

Andrew Waller Adrw4

License

This project is licensed under the MIT License