Skip to content

Command line tool for randomly dividing people into teams

License

Notifications You must be signed in to change notification settings

Aldebaranoro/team-divider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team divider Release

team-divider lets you to randomly distribute participants into different teams.

cli

Installation

Download

Download the latest stable release for use on your desktop or server.

🍺 Homebrew

$ brew tap Aldebaranoro/tap
$ brew install team-divider

or

$ brew install Aldebaranoro/tap/team-divider

🍨 Scoope

> scoop bucket add Aldebaranoro https://github.com/Aldebaranoro/scoop-bucket
> scoop install Aldebaranoro/team-divider

Usage

Divider

$ team-divider player_name... [flags]

For example, to divide people into two teams, you can do:

$ team-divider Nobby Samuel Fred "Havelock Vetinari"

If you want to specify your number of teams, use the -n or --teams flag:

$ team-divider Nobby Samuel Fred "Havelock Vetinari" -n 3

Indexer

Indexer will allow you to determine the order of the player's move or compliance with any game conditions.

image

Credits

License

The MIT License (MIT) - see LICENSE for more details