Skip to content

cleberdantas/pizza.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pizza.io: The hacker way of ordering pizza

pizza.io is a tool that allows you to order pizza directly from the command-line, you can even integrate it with your build server if you want.

Install

First, make sure that you have Node and Npm installed. In other words, type this:

$ node --version

If that works you are good to go.

$ npm install --global pizza.io

Usage

$ pizza.io init

This will generate a file in your working directory, our delicious Pizzafile.js

module.exports = function(pizza) {

  pizza.ingredients({
  	sauce: 'pomarola',
    toppings: ['cheese', 'olive', 'basil'],
    size: 'big'
  });
};

You can add more toppings if you want.

$ pizza.io toppings black pepper

And when you are ready to go, you know, just order.

$ pizza.io ordernow

Help

$ pizza.io --help

Can I contribute?

Of course. We want contributions to improve the project. If you're uncertain whether an addition should be made, feel free to open up an issue and we can discuss it.

License

MIT © Cleber Dantas

PS

Of course this is a joke :D

About

The hacker way of ordering pizza

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published