Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A custom command line interface using Node.js
- Host: GitHub
- URL: https://github.com/chaudinh/customer-cli
- Owner: ChauDinh
- Created: 2019-01-20T03:28:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T09:28:18.000Z (about 6 years ago)
- Last Synced: 2024-11-18T13:39:22.681Z (3 months ago)
- Topics: cli, command-line-interface, commanderjs, inquirer, javascript, mongodb, nodejs
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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