1.0.2 • Published 4 years ago
tacos-for v1.0.2
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-fortacos-for 25Local Setup From Source Code
- Clone or download and unzip the source code.
- Open your terminal or command prompt and change to the source code folder.
- Install dependencies
npm installRun the app locally:
node . 25Install the app locally from source code:
npm install -g .