Skip to content

xxczaki/pizza-cli

Repository files navigation

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