https://github.com/cutenode/sipit
An npm drinking game for your terminal 🍻
https://github.com/cutenode/sipit
drinking-game game npx
Last synced: 5 months ago
JSON representation
An npm drinking game for your terminal 🍻
- Host: GitHub
- URL: https://github.com/cutenode/sipit
- Owner: cutenode
- Created: 2018-12-07T05:11:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T03:47:08.000Z (almost 6 years ago)
- Last Synced: 2025-04-28T14:06:47.725Z (5 months ago)
- Topics: drinking-game, game, npx
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sipit
A CLI-ified version of [the npm drinking game](https://twitter.com/sindresorhus/status/515511151669805056).
**Usage:**
via npx:
```
npx sipit
```as a gloal module:
```
npm i -g sipit
sipit
```**Purpose:**
An npm drinking game. If `` exists, you take a sip. If `` doesn't exist, you don't. It's pretty simple really.
**Inspiration:**
This took me less than an hour to build while watching Destiny 2 streamers prep for a raid. Had an itch to build something, so I did.
* Sara Vieira [tweeted](https://twitter.com/NikkitaFTW/status/1070810573938573312) out that she'd built [npmdrinkinggame.party](https://npmdrinkinggame.party/) today and it was interesting to me
* Just before starting to work on this I saw [a tweet](https://twitter.com/sindresorhus/status/515511151669805056) from Sindre about an npm drinking game.I've been loving npx so figured it would be a good way to make Sindre's drinking game portable, and without actually installing modules in whatever your current working directory. Let's face it, if you're playing this game you probably won't care what you do to the current working directory until tomorrow... at which point you'll regret running 500 `npm install`s.
Be responsible with your drinking ❤️