Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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