Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 895 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 895 Bytes

Scrapyard

.. is a bundling tool to package folders and .json files into a NX PKG4.1 compliant file.

Usage

Running from executable

  1. Download the executables from the releases page
  2. Execute the program on your terminal like so:
  • Windows: Scrapyard.CLI.exe <inputDir> <outputDir>
  • macOS: Scrapyard.CLI <inputDir> <outputDir>
  1. change inputDir and outputDir without the <>'s to your desired paths

Running from source

  1. git clone https://github.com/Kaioru/Scrapyard && cd Scrapyard
  2. dotnet run --project Scrapyard.CLI <inputDir> <outputDir>
  3. change inputDir and outputDir without the <>'s to your desired paths

Projects using Scrapyard