toolheim/pdf-exporter/README.md

21 lines
396 B
Markdown
Raw Normal View History

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
```