0.1.3 • Published 12 years ago
xpftojson v0.1.3
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