Skip to content

thefooly/groups-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Install dependencies:

npm install

How to use

node createGroups -h
Usage: Random Group Generator [options] <filepath>

This script creates a random groups from a list of names, can be seeded

Arguments:
  filepath                 input filepath containing list of names

Options:
  -V, --version            output the version number
  -g, --groups <number>    number of groups (default: 2)
  -o, --output <filepath>  output filepath (default: "./output.txt")
  -s, --seed <string>      Seed for the randomizer
  -h, --help               display help for command

Example

node createGroups ./input.txt -g 28

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors