megahertz / howfat

Shows how fat is a package
MIT License
86 stars 8 forks source link

Ignore missing packages #3

Closed pkit closed 1 year ago

pkit commented 4 years ago

Sometimes packages are not on npm registry: local development, monrepos, etc. It would be nice to get these ignored and not failing, maybe behind a flag: --ignoreMissing. Although looking at the code it seems that pulling 404 all the way up to the high level can be non-trivial.

megahertz commented 4 years ago

I'll think on it.

pkit commented 4 years ago

Overall I like it a lot. It's the only tool that does what I need.