A command-line tool for calculating the number of pizzas you're gonna need for your meetup/party.
> npx pizza-for 20
╭──────────────────────────────────────────╮
│ │
│ You're gonna need at least 8 pizzas! │
│ │
╰──────────────────────────────────────────╯
To use this application, you will need Node.js version 20 or higher.
npm install -g pizza-for
pizza-for 25
- Clone or download and unzip the source code.
- Open your terminal or command prompt and change to the source code folder.
- Install dependencies
npm install
Run the app locally:
node . 25
Install the app locally from source code:
npm install -g .