Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maximilianschmitt/mcd


https://github.com/maximilianschmitt/mcd

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Example Commander.js CLI app

Read the blog post: [Deeply nested subcommands in Node CLIs with Commander.js](https://maximilianschmitt.me/posts/nested-subcommands-commander-node-js/)

## Commands

```
Program overview:
$ mcd

Order some food:
$ mcd order

Order a burger menu:
$ mcd order burger

Order some dessert:
$ mcd order dessert

Pay a meal:
$ mcd pay
```