A lightning-fast CLI tool to check and compare npm package sizes. Get instant insights about package sizes, download times, and make informed decisions about your dependencies.
You can install Hippoo using either npm or yarn:
# Using npm
npm install -g hippoo
# Using yarn
yarn global add hippoo
# Check a single package
hippoo [email protected]
# Compare multiple packages
hippoo compare react angular
- π¦ Instant package size analysis
- π Smart package comparison with detailed metrics
- πΈοΈ Network speed-based download time estimation
- π Bundle size breakdown (minified + gzipped)
- π― Package scoring system (0-10)
- π‘ Smart recommendations for different use cases
- π Tree-shake information
- π Dependency count tracking (π Coming Soon π )
When analyzing packages, Hippoo provides:
- Bundle Size (minified)
- Gzipped Size
- Download Time estimates
- Dependencies Count
- Tree-Shake Support
- Hippoo Score (0-10)
- Usage Recommendations
hippoo [package-name] [options] # Analyze single package
hippoo compare [pkg1] [pkg2] [...] # Compare multiple packages
Options:
-v, --version Show version number
-d, --detailed Show detailed size breakdown
-j, --json Output results in JSON format
-h, --help Show help information
This project is licensed under the MIT License - see the LICENSE file for details.