opensourcecorp / vdm

A General-Purpose Versioned-Dependency Manager
MIT License
193 stars 1 forks source link

Handling extraction of downloaded file archives #4

Open shakfu opened 2 months ago

shakfu commented 2 months ago

Nice idea. It would nice if you had more documentation.

One of the things this project will have to do if it is to replace the shell scripts are used for installing dependencies outside of the gitmodule system is to extract downloaded archives to specified locations.

This means you may have to support a bunch of archive formats internally or use existing tools on the user's system.

ryapric commented 1 month ago

Which additional docs would you like to see? At the moment, all of the docs are what's in the README because that's all the functionality vdm has.

I appreciate the call-out for archive types though, thanks! "A bunch of" might be generous -- I think it's not too much to support just what's in Go's standard library.

shakfu commented 1 month ago

Which additional docs would you like to see? At the moment, all of the docs are what's in the README because that's all the functionality vdm has.

Fair enough.

I appreciate the call-out for archive types though, thanks! "A bunch of" might be generous -- I think it's not too much to support just what's in Go's standard library.

Sounds good, Thanks!