Skip to content

jaybrownlee/tourney-rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tourney-rank

Consume soccer tournament match results and output all teams in rank order.

Installation

install globally and link bin as "tourney-rank"

$ cd tourney-rank
$ npm install -g

install without global link

$ cd tourney-rank
$ npm install

Usage

read input from stdin

$ tourney-rank < /path/to/file

read input from file

$ tourney-rank -f /path/to/file

see all options

$ tourney-rank -h

Test

$ npm test

Author

Jay Brownlee

License

MIT (See LICENSE for more info)

About

A cli for ranking teams in a soccer tounament

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published