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

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.

Awesome Lists containing this project

README

          

# Cakes CLI application

[![CircleCI](https://circleci.com/gh/Dev-Elie/Nodejs-Cake-CLI/tree/main.svg?style=svg)](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
```