toolheim/pdf-exporter
2019-06-24 00:53:43 +02:00
..
examples New home for the tools 2019-06-24 00:53:43 +02:00
exporter New home for the tools 2019-06-24 00:53:43 +02:00
images New home for the tools 2019-06-24 00:53:43 +02:00
parser New home for the tools 2019-06-24 00:53:43 +02:00
.travis.yml New home for the tools 2019-06-24 00:53:43 +02:00
build.sh New home for the tools 2019-06-24 00:53:43 +02:00
go.mod New home for the tools 2019-06-24 00:53:43 +02:00
go.sum New home for the tools 2019-06-24 00:53:43 +02:00
main.go New home for the tools 2019-06-24 00:53:43 +02:00
README.md New home for the tools 2019-06-24 00:53:43 +02:00

Toolheim

A simple tool to generate warband roasters out of .mordheim definition files.

Building

Open a terminal

  $ GOOS=windows GOARCH=386 go build  . # windows binary
  $ GOOS=linux GOARCH=amd64 go build  . # linux binary
  $ GOOS=darwin GOARCH=arm64 go build  . # OSX binary

Using the tool

  $ ./toolheim --help
  $ ./toolheim -warband <yourfilename>.mordheim.yml