Auto draft is a simple ruby gem that creates teams from a list of items. You can use this program to form a group of any number from a list of names.
For example, you can use this programme to form groups of 3 members from a list of 19 names.
$ gem install auto_draft
First Item
Second Item
Third Item
require 'auto_draft'
new_task = TeamPairing::GroupCreator.new
7 Call the form_teams method on the variable and pass in the filename and the numbers of members per team as the parameters.
new_task.form_teams('your_filename.txt', 3)
Sublime Text = Windows = Ctrl B
Mac = Cmd B
Pull requests for bug fixes and new features are eagerly accepted.