1.0.2 • Published 3 years ago

tacos-for v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Tacos-For

A command-line tool for calculating the number of tacos you're gonna need for your meetup/party.

> npx tacos-for 20

   ╭──────────────────────────────────────────╮
   │                                          │
   │   You're gonna need at least 8 tacos!    │
   │                                          │
   ╰──────────────────────────────────────────╯

Requirements

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

Installing Locally

npm install -g tacos-for
tacos-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 .
1.0.2

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago