All Projects โ†’ xxczaki โ†’ Pizza Cli

xxczaki / Pizza Cli

Licence: mit
๐Ÿ• Order a pizza in a CLI app (just for fun!)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pizza Cli

Iponmap
commandline IP location finder
Stars: โœญ 250 (+331.03%)
Mutual labels:  cli, fun, tool
Npm Try
๐Ÿš† Quickly try npm packages without writing boilerplate code.
Stars: โœญ 103 (+77.59%)
Mutual labels:  cli, npm, tool
Release It
๐Ÿš€ Automate versioning and package publishing
Stars: โœญ 4,773 (+8129.31%)
Mutual labels:  cli, npm, tool
Npm Upgrade
Interactive CLI utility to easily update outdated NPM dependencies
Stars: โœญ 245 (+322.41%)
Mutual labels:  cli, npm, interactive
Npkill
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Stars: โœญ 5,325 (+9081.03%)
Mutual labels:  cli, npm, tool
Durt
Command line tool for calculating the size of files and directories
Stars: โœญ 27 (-53.45%)
Mutual labels:  cli, tool
Typac
install npm packages along with corresponding typings
Stars: โœญ 29 (-50%)
Mutual labels:  cli, npm
Npm Compare
Compare npm packages from your terminal
Stars: โœญ 55 (-5.17%)
Mutual labels:  cli, npm
Gitviper
Enhanced git experience using the command line
Stars: โœญ 35 (-39.66%)
Mutual labels:  commandline-interface, cli
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: โœญ 843 (+1353.45%)
Mutual labels:  cli, tool
Gub
CLI tool for create an npm package from any repos. ๐Ÿณ
Stars: โœญ 31 (-46.55%)
Mutual labels:  cli, npm
Langterm
๐Ÿ•น๏ธ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: โœญ 35 (-39.66%)
Mutual labels:  cli, fun
Create Component App
Tool to generate different types of React components from the terminal. ๐Ÿ’ป
Stars: โœญ 879 (+1415.52%)
Mutual labels:  cli, tool
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: โœญ 13 (-77.59%)
Mutual labels:  cli, npm
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: โœญ 30 (-48.28%)
Mutual labels:  cli, tool
Ddecmd
DDE command line query tool
Stars: โœญ 11 (-81.03%)
Mutual labels:  cli, tool
Npm Build Boilerplate
A collection of packages that build a website using npm scripts.
Stars: โœญ 963 (+1560.34%)
Mutual labels:  cli, npm
Nls
Missing inspector for npm packages.
Stars: โœญ 44 (-24.14%)
Mutual labels:  cli, npm
Catage
Node package and CLI tool to convert code into an image with syntax highlighting
Stars: โœญ 44 (-24.14%)
Mutual labels:  cli, npm
Be Course 17 18
๐ŸŽ“ Backend ยท 2017-2018 ยท Curriculum and Syllabus ๐Ÿ’พ
Stars: โœญ 44 (-24.14%)
Mutual labels:  cli, npm

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].