xpftojson

0.1.3 • Public • Published

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 xpftojson

Generate JSON to sdtout.

xpftojson puzzle.xml

Optionally, write JSON to a file.

xpftojson -t output.json puzzle.xml

Development

Check out the source.

git clone https://github.com/collectivecognition/xpftojson
cd xpftojson

Install dependencies:

npm install

Run tests.

npm test

Readme

Keywords

none

Package Sidebar

Install

npm i xpftojson

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • wblanchette