Skip to content

willread/xpftojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A commandline utility written in node.js which converts XPF (XPF Universal Crossword Puzzle Data Format) files into JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published