0.0.4 • Published 4 years ago

scoreyboard v0.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

scoreyboard: A simple soccer league scorer

CircleCI codecov

Installation:

1. Install node: https://nodejs.org/en/

2a. Install package globally with `npm i -g scoreyboard` or

2a. Download repo directly, run `npm install` and then run `node ./bin/index.js` from the base directory

Usage:

Without any parameters:

$ scoreyboard

Will listen to scores piped in from STDIN For example $ cat "./sample-input.txt" | scoreyboard

With a file path:

$ scoreyboard "./sample-input.txt"

Will read the game scores from the specified file directly

With the sample param:

$ scoreyboard --sample

Will read the game scores from the original sample file

Testing:

$ npm run test

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago