rock-paper-scissor-cli
Version:
A CLI app that lets you play Rock, Paper, Scissors!
16 lines (12 loc) • 309 B
Markdown
# Rock-Paper-Scissors-CLI
Play Rock, Paper, Scissors on the command line with this package!
# Installation
Use the package manager [npm](https://www.npmjs.com/) to install this CLI.
```bash
npm init
npm i rock-paper-scissor-cli --save
```
# Play
```bash
node node_modules/rock-paper-scissor-cli/rps.js
```