1.0.2 • Published 7 years ago
client-cli v1.0.2
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 installCreate Symlink
$ npm linkCommands
List Clients (list or l)
$ client-cli listFind Clients (find or f)
$ client-cli find [NAME]Add Client (add or a)
$ client-cli addUpdate 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