generate-bingo
v0.0.3
Published
A CLI for generating bingo cards
Readme
Bingo Generator
A CLI for generating bingo cards
Installation
Using npm to install CLI tool:
$ npm install -g npm@latest
$ npm install -g generate-bingoExample
In CLI:
$ generate-bingo [options]
Options:
-i, --in Source file (.txt) # first line used as title if -t unset
-o, --out Outfile [default: "bingo.pdf"]
-d, --dimensions Size of the board (NxN) [default: 5]
-t, --title Set bingo card title
-s, --squares Set bingo card squares
-n, --no-free Have no free square (true if even board dimensions) [boolean]
-h, --help Show help [boolean]
-u, --unshuffled Do not randomize board positions [boolean]
-v, --version Show version number [boolean]