antonmedv / jsize

Find out minified and gzipped npm package size
MIT License
178 stars 12 forks source link

Use text-table in verbose mode #18

Closed antonmedv closed 7 years ago

antonmedv commented 7 years ago

What about using https://www.npmjs.com/package/text-table in -v?

DylanPiercey commented 7 years ago

I'm all for using a better table format, however I'm not sure how to do it given that the package sizes load async one after the other. Looks like this lib requires all in one go.

antonmedv commented 7 years ago

We can create something similar.

DylanPiercey commented 7 years ago

I actually figured out how to do this. Going to sleep in a sec but I'll push some stuff tomorrow.