Simple CLI utility for reading Minecraft's mods information.
Pass one or more .jar files to the command.
Basic output:
readmod my_mod.jarVerbose output:
readmod -v my_mod.jar
# or
readmod --verbose my_mod.jarJSON output:
readmod --json my_mod.jarShow help:
readmod -h- Forge (via
META-INF/mods.toml) - NeoForge (via
META-INF/neoforge.mods.toml) - Fabric (via
fabric.mod.json) - Quilt (via
quilt.mod.json)
Contributions are welcome, use github's PRs.
