Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxczaki/pizza-cli
:pizza: Order a pizza in a CLI app (just for fun!)
https://github.com/xxczaki/pizza-cli
app cli commandline-interface create fun interactive make nodejs npm order pizza pizza-cli restaurant tool
Last synced: 9 days ago
JSON representation
:pizza: Order a pizza in a CLI app (just for fun!)
- Host: GitHub
- URL: https://github.com/xxczaki/pizza-cli
- Owner: xxczaki
- License: mit
- Created: 2018-11-10T19:11:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T01:35:13.000Z (over 1 year ago)
- Last Synced: 2024-10-02T02:48:31.938Z (about 1 month ago)
- Topics: app, cli, commandline-interface, create, fun, interactive, make, nodejs, npm, order, pizza, pizza-cli, restaurant, tool
- Language: JavaScript
- Size: 23.4 KB
- Stars: 62
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# Pizza CLI [![Build Status](https://travis-ci.org/xxczaki/pizza-cli.svg?branch=master)](https://travis-ci.org/xxczaki/pizza-cli)
> Order pizza in a CLI app :pizza:
![Animated SVG](https://rawcdn.githack.com/xxczaki/pizza-cli/33ec8c1c50cc0bdc05619d0980d3cdbc39256508/pizza.svg)
## Install
```
$ npm install --global pizza-cli
```## Usage
```
Usage
$ pizza
Options
--order, -o Order pizza
Examples
$ pizza --order
```## Info
All your orders are available in the `orders` folder :smile:
Example order:
```json
{
"pizza": [
{
"size": "large",
"dough": "thick",
"ingredients": [
"pepperoni",
"bacon",
"sausage",
"ham"
]
}
],
"client": [
{
"name": "Anthony",
"phone": 777777777
}
],
"address": [
{
"time": "12:34",
"city": "Boston",
"street": "National Street",
"number": "12b/44a",
"notes": "Please come quickly :D"
}
]
}
```## License
MIT © [Antoni Kepinski](https://kepinski.me)