/lcgproxypdf

A command line tool to create proxy cards

Primary LanguageGoApache License 2.0Apache-2.0

lotrproxypdf - Create LOTR LCG proxy cards in a PDF

Build Status Go Report Card License

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.

Installation

lotrproxypdf requires Go 1.13 or later. From outside any existing Go project, run this command:

go get -u github.com/xdg-go/lotrproxypdf

Usage

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 and License

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