Small CLI utility to translate CLZ game collection datafrom XML to JSON. Additionally will hydrate additional game information from IGDB.
Update/Install Dependencies:
make deps
Test:
make test
Build:
go build -C src -o ../build/main
Translate provided CLZ game collection data in XML format to JSON
Usage: CLZTranslate translate [flags]
Flags:
-h, --help: help for translate-i, --igdbSupplement: whether to supplement data with IGDB data-s, --seedFile: string seed data file to translate (CLZ collection XML export)-w, --writeFileNamestring filename to write JSON data to