alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Add progress bar for downloads and log levels #106

Closed rase- closed 8 years ago

rase- commented 8 years ago

Currently we pass the specified log level to the functions that need it, which isn't "scalable" when more logging is added, so we might want to consider something better suited. Would you rather we look at that right away or rather delay until necessary?

What do you think about the way to specify log level through such command line arguments? To me it's a very appealing approach, because it provides a nice and descriptive way to provide a certain log level. If we end up with something like this, we could document the options along with how they affect log level in -h.

alexanderGugel commented 8 years ago

Loving it. Want to perf test the progress bar before merge into master though :-D