xpftojson
v0.1.3
Published
A commandline utility for converting crossword puzzles in xpf format to the json format used by crossword.js
Readme
xpftojson
A commandline utility written in node.js which converts XPF files XPF Universal Crossword Puzzle Data Format files into JSON.
Usage:
Install using NPM.
sudo npm install -g xpftojsonGenerate JSON to sdtout.
xpftojson puzzle.xmlOptionally, write JSON to a file.
xpftojson -t output.json puzzle.xmlDevelopment
Check out the source.
git clone https://github.com/collectivecognition/xpftojson
cd xpftojsonInstall dependencies:
npm installRun tests.
npm test