Skip to content

Command-Line (CLI) application for calculating how many pizzas for a group of people

License

Notifications You must be signed in to change notification settings

reverentgeek/pizza-for

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza-For

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!   │
   │                                          │
   ╰──────────────────────────────────────────╯

Requirements

To use this application, you will need Node.js version 20 or higher.

Installing Locally

npm install -g pizza-for
pizza-for 25

Local Setup From Source Code

  1. Clone or download and unzip the source code.
  2. Open your terminal or command prompt and change to the source code folder.
  3. Install dependencies
npm install

Run the app locally:

node . 25

Install the app locally from source code:

npm install -g .

About

Command-Line (CLI) application for calculating how many pizzas for a group of people

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published