ID:2044384
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
When I download a library that depends on another, which depends on another which depends on two more... It'd be really awesome if BYOND would take care of that for me :)

Its a pretty much standard thing nowadays (npm, cargo, brew, etc.)
BYOND can already handle this, having a file called "include.txt" with your project that contains hub entries of libraries will cause those to be downloaded with your library and included.
Really because that never seems to work for me.