whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

`InstallDeps` vs `ImportPackage` #192

Open schomatis opened 6 years ago

schomatis commented 6 years ago

What's the difference between the two? Besides that the second one also installs the root package it's importing (not just its dependencies) and the first one has the progression meter (which by the way it's making it rather cumbersome to understand the important parts of the function, could that be a bit more decoupled?).