marwanhawari / stew

🥘 An independent package manager for compiled binaries.
MIT License
193 stars 14 forks source link

add ability to install from stewfile.lock.json #15

Closed kencx closed 2 years ago

kencx commented 2 years ago

Closes #14. This PR adds the ability to install from a given Stewfile.lock.json.

Its worth mentioning that the given lock file is assumed to be different from the local Stewfile.lock.json that exists in the stewPath. If necessary, I can include a check to ensure the local $stewPath/Stewfile.lock.json cannot be used.

marwanhawari commented 2 years ago

Awesome, this looks great. I'll update the README later explaining the Stewfile.lock.json because I don't think it's documented anywhere.

Thanks a lot for your contribution!