.. is a bundling tool to package folders and .json files into a NX PKG4.1 compliant file.
- Download the executables from the releases page
- Execute the program on your terminal like so:
- Windows:
Scrapyard.CLI.exe <inputDir> <outputDir>
- macOS:
Scrapyard.CLI <inputDir> <outputDir>
- change inputDir and outputDir without the
<>
's to your desired paths
git clone https://github.com/Kaioru/Scrapyard && cd Scrapyard
dotnet run --project Scrapyard.CLI <inputDir> <outputDir>
- change inputDir and outputDir without the
<>
's to your desired paths