60

GitHub - xxczaki/pizza-cli: Order a pizza in a CLI app (just for fun!)

 5 years ago
source link: https://github.com/xxczaki/pizza-cli
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

readme.md

Pizza CLI Build Status

Order pizza in a CLI app ?

Animated SVG

Install

$ npm install --global pizza-cli

Usage

	Usage
	  $ pizza <options>
	Options
	  --order, -o   		Order pizza
	Examples
	  $ pizza --order

Info

All your orders are available in the orders folder ?

Example order:

{
  "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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK