https://github.com/elijahondiek/nodejs-cake-cli
Nodejs Cake CLI app.
https://github.com/elijahondiek/nodejs-cake-cli
commanderjs inquirerjs jest nodejs
Last synced: about 2 months ago
JSON representation
Nodejs Cake CLI app.
- Host: GitHub
- URL: https://github.com/elijahondiek/nodejs-cake-cli
- Owner: elijahondiek
- License: mit
- Created: 2022-03-02T08:26:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T07:05:18.000Z (over 4 years ago)
- Last Synced: 2025-05-30T02:44:41.538Z (about 1 year ago)
- Topics: commanderjs, inquirerjs, jest, nodejs
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cakes CLI application
[](https://circleci.com/gh/Dev-Elie/Nodejs-Cake-CLI/tree/main)
Node JS Command line application with Commander.js
## Install Dependencies
```bash
npm install
```
## Run the application
```bash
node ./bin/index.js
```
## Order Cake
```bash
node ./bin/index.js order-cake
```
## List Cakes
```bash
node ./bin/index.js list
```
## Run tests
```bash
npm test
```