Team divider
team-divider
lets you to randomly distribute participants into different teams.
Installation
Download
Download the latest stable release for use on your desktop or server.
Go
go install github.com/Aldebaranoro/team-divider@latest
Usage
$ 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
Credits
License
The MIT License (MIT) - see LICENSE
for more details