0.1.3 • Published 11 years ago

xpftojson v0.1.3

Weekly downloads
14
License
-
Repository
github
Last release
11 years ago

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
0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago