jakobkmar / pacmc

An easy-to-use package manager (and soon to be launcher) for Minecraft mods.
GNU Affero General Public License v3.0
121 stars 9 forks source link

[Feature request] pip freeze like output of currently installed mods that can be reinstalled on another device from a requirements file #51

Open nik875 opened 2 years ago

nik875 commented 2 years ago

This is a super useful feature I use a lot with pip in python development. Being able to send a friend a small requirements.txt file and have them run a simple "pacmc install -r requirements.txt" to download all required mods in their required versions for our private server would be incredibly helpful.

rvveber commented 2 years ago

For this maybe take a look at the packages.lock file from PHP composer.