mirror of
https://github.com/TheJordanDev/PEAK-JordanMod.git
synced 2026-06-05 19:23:27 +02:00
20 lines
561 B
Markdown
20 lines
561 B
Markdown
# JordanMod
|
|
|
|
Private / Personal Mod for me and my friends game sessions.
|
|
|
|
### Thunderstore Packaging
|
|
|
|
This template comes with Thunderstore packaging built-in, using [TCLI](<https://github.com/thunderstore-io/thunderstore-cli>).
|
|
|
|
You can build Thunderstore packages by running:
|
|
|
|
```sh
|
|
dotnet build -c Release -target:PackTS -v d
|
|
```
|
|
|
|
> [!NOTE]
|
|
> You can learn about different build options with `dotnet build --help`.
|
|
> `-c` is short for `--configuration` and `-v d` is `--verbosity detailed`.
|
|
|
|
The built package will be found at `artifacts/thunderstore/`.
|