xxczaki / pizza-cli

:pizza: Order a pizza in a CLI app (just for fun!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:pizza: Order a pizza in a CLI app (just for fun!)

License:MIT License


Languages

Language:JavaScript 100.0%