pacmc icon indicating copy to clipboard operation
pacmc copied to clipboard

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

Open nik875 opened this issue 2 years ago • 1 comments

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.

nik875 avatar Jun 27 '22 20:06 nik875

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

rvveber avatar Jul 09 '22 13:07 rvveber