
# 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
```
