A simple script for gathering statistics about mods on modrinth
- Total mod count
- Percentage and number of mods supporting all of modrinth's supported modloaders
- Percentage and number of mods supporting 10 most recent minecraft versions
- Percentage and number of mods supporting all of modrinth's supported licenses
- Clone the repo and enter the directory
git clone https://github.com/Ketok4321/modrinth-statistics/ && cd modrinth-statistics
- Install npm packages
npm ci
- Run the script
npm start