A CLI tool to generate PKHeX files.
[!WARNING] This documentation is still incomplete. Some argument behaviors or descriptions may be missing or inaccurate.
View the usage guide here
- .NET 9.0+
git clone https://github.com/CalRL/Generator
cd GeneratorClone the PKHeX repository into a subfolder named PKHeX
git clone --depth 1 https://github.com/kwsch/PKHeX.git PKHeXThe .csproj references will pick up PKHeX.Core from this local path.
Run the following to create a standalone executable:
dotnet publish Generator/Generator.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true