21 lines
396 B
Markdown
21 lines
396 B
Markdown
|
# 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
|
||
|
```
|