.. | ||
examples | ||
exporter | ||
images | ||
parser | ||
.travis.yml | ||
build.sh | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
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