cah-deck-maker
v1.0.1
Published
Makes decks using the JSON Against Humanity card list.
Downloads
23
Maintainers
Readme
CAH Deck Maker
CAH Deck Maker is a CLI tool for making the deck files for Rando Cardrissian, using the card set file from JSON Against Humanity.
Basic Usage
cah-deck-maker --deck <string> [--name <string>] [--official] [--indent <string|number>]
deck
- The deck slug to filter by, such as "base". (Required)name
- The deck name to use in the output file. Defaults to the deck.official
- A boolean option for setting the deck's official status. Defaults to false.indent
- The indent option to pass toJSON#stringify
when making the output. Defaults to a tab.
The directory of the output file will be the same as the directory of the terminal.