Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
bin | ||
|
|
lib | ||
|
|
.gitignore | ||
|
|
.ruby-version | ||
|
|
CHANGELOG | ||
|
|
INSTALL | ||
|
|
LICENSE | ||
|
|
README | ||
|
|
Rakefile | ||
README
A tool to convert between crossword file formats. Examples: # Run from the command line $ pangrid -f across-lite-binary -t text -i sample.puz -o sample.txt # Start the webserver $ pangrid -w # List available plugins $ pangrid -l Options: -f, --from=<s> Format to convert from -t, --to=<s> Format to convert to -i, --in=<s> Input file -o, --out=<s> Output file -l, --list List available format plugins -w, --web Launch webserver -h, --help Show this message