Skip to content

AkaraChen/pkg-size

Repository files navigation

Package Size

A tool to compare the actual sizes of several npm packages (referring to the size added when installed into node_modules).

Why

As we all know, node_modules sucks:

blackhole

And... You can't know how much space a package will take before you install it (npmjs.com only shows the size of the package itself, not the size of its dependencies). So bundlephobia / packagephobia / pkg-size is born to help you with that.

But... When you have a list of packages to compare, you have to check them one by one. That's why I made this tool.

Screenshot

screenshot.mp4

TODO

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors