A command line tool in Go to create proxy cards for the Lord of the Rings LCG.
See the article, Go as glue: JSON + XML + PNG = PDF, for motivation and a description of the implementation.
lotrproxypdf
requires Go 1.13 or later. From outside any existing Go
project, run this command:
go get -u github.com/xdg-go/lotrproxypdf
lotrproxypdf
takes two command line arguments. The first is the file name
of an OCTGN deck list file (typically downloaded from
RingsDB. The second is the file name where
the PDF file will be written:
lotrproxypdf mydeck.o8d mydeck.pdf
Copyright 2019 by David A. Golden. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0