sindresorhus / meow

🐈 CLI app helper
MIT License
3.53k stars 150 forks source link

Question: huge bundle size? #236

Closed so1ve closed 1 year ago

so1ve commented 1 year ago

On bundlephobia, it show meow is 49.4kB (minified and gzipped). https://bundlephobia.com/package/meow@11.0.0 However, commander is only 9.4kB. https://bundlephobia.com/package/commander@10.0.1

voxpelli commented 1 year ago

This is a module used to create CLI:s, is the bundle size relevant?

so1ve commented 1 year ago

This is a module used to create CLI:s, is the bundle size relevant?

I think the bundle size is important because users may spend more time installing. But yes, it is a CLI helper, so the size may not be too important.