An open API service indexing awesome lists of open source software.

https://github.com/chaudinh/customer-cli

A custom command line interface using Node.js
https://github.com/chaudinh/customer-cli

cli command-line-interface commanderjs inquirer javascript mongodb nodejs

Last synced: 3 months ago
JSON representation

A custom command line interface using Node.js

Awesome Lists containing this project

README

        

# Customer-CLI

## What we will cover?

* Build a cli with NodeJS and MongoDB
* Include commands: add/find/update/remove/list customer(s)
* Use commander.js for CLI tools
* Use inquirer.js for user experience