1.0.1 • Published 6 years ago

cah-deck-maker v1.0.1

Weekly downloads
7
License
ISC
Repository
github
Last release
6 years ago

CAH Deck Maker

Downloads Version Build Status Discord Server Donate on Patreon Donate on PayPal

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 to JSON#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.