Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximilianschmitt/mcd
https://github.com/maximilianschmitt/mcd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximilianschmitt/mcd
- Owner: maximilianschmitt
- Created: 2020-06-07T19:59:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T13:38:26.000Z (over 3 years ago)
- Last Synced: 2024-04-16T10:27:00.647Z (9 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:
$ mcdOrder some food:
$ mcd orderOrder a burger menu:
$ mcd order burgerOrder some dessert:
$ mcd order dessertPay a meal:
$ mcd pay
```