Parse raw game data
parser
├─── dist - Parsed data
├─── modules - Main modules of the program
├─── raw - Game raw data
└─── runners - Scripts that finely control the generation of parsing for some files
npm install
npm start
Takes paths to raw files and dirs as arguments
Name | Description | Default |
---|---|---|
--no-wipe |
Do not wipe the output dir | |
--type <type> |
Output file type | js |
--ts-types |
Create TypeScript types |