croiseur-cli
is a command-line application allowing to generate crossword puzzles. It is a
frontend to the croiseur
library.
Usage: croiseur-cli COMMAND
Commands:
help Display help information about the specified command
dictionary List and print available dictionaries
solver Solve crosswords and list available solvers
clue Get crossword clues and list available clue providers
puzzle Manage saved puzzles
First time with Croiseur? Try this out:
croiseur-cli solver run --size 4x4
This command will generate your first square grid! Next step: Discover the
options and the examples of the 'solver run' subcommand with:
croiseur-cli solver run --help
Refer to INSTALL.md.