Skip to content

codiejay/hippoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦› Hippoo (Yes, hippoo with two o's.)

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.

πŸš€ Installation

You can install Hippoo using either npm or yarn:

# Using npm
npm install -g hippoo

# Using yarn
yarn global add hippoo

πŸ“– Usage

# Check a single package
hippoo [email protected]

# Compare multiple packages
hippoo compare react angular

✨ Features

  • πŸ“¦ 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 🎊 )

πŸ” Analysis Metrics

When analyzing packages, Hippoo provides:

  • Bundle Size (minified)
  • Gzipped Size
  • Download Time estimates
  • Dependencies Count
  • Tree-Shake Support
  • Hippoo Score (0-10)
  • Usage Recommendations

πŸ› οΈ Commands & Options

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

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


About

πŸ” A tool to effortlessly check & compare npm package sizes! πŸ“¦βœ¨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published