npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@metarebalance/git-wrapped

v2.0.5

Published

Spotify Wrapped for your git history

Readme

git-wrapped

Spotify Wrapped for your git history — beautiful year-in-code stats right in your terminal

git-wrapped demo

Quick Start

npx git-wrapped

No installation. No internet. Works in any git repository.


Examples

# Current year, auto-detect author
npx git-wrapped

# Different year and theme
npx git-wrapped --year 2023 --theme purple

# All-time history
npx git-wrapped --all-time

# Compare two years
npx git-wrapped --compare 2023

# Specific branch
npx git-wrapped --branch main

# Save card to file
npx git-wrapped --save wrapped-2025.txt

# JSON output for scripting
npx git-wrapped --json > stats.json

# Analyze another repo
npx git-wrapped --repo ~/projects/my-app

Options

| Flag | Description | Default | |------|-------------|---------| | -y, --year <year> | Year to analyze | Current year | | -a, --author <pattern> | Filter by author name/email (passed to git --author, supports partial match) | Auto-detected | | --all-authors | Show all contributors combined | — | | -b, --branch <branch> | Branch to analyze | HEAD | | -r, --repo <path> | Path to repository | Current dir | | --since <date> | Start date YYYY-MM-DD | — | | --until <date> | End date YYYY-MM-DD | — | | --all-time | Analyze entire git history | — | | --full | Remove 3K commit limit (slower) | — | | --top <n> | Number of languages to show | 7 | | --ignore-ext <list> | Comma-separated extensions to skip | — | | --compare <year> | Compare with another year | — | | --theme <name> | green / blue / purple / orange / mono | green | | --no-animation | Disable animations | — | | --json | Output JSON (ISO 8601 dates) | — | | --save <file> | Save summary card to text file | — |


Navigation

| Key | Action | |-----|--------| | or Space | Next screen | | | Previous screen | | Q or Esc | Quit | | S | Share on Twitter (Final screen) | | B | Share on Bluesky (Final screen) | | C | Copy card to clipboard (Final screen) |


Requirements

  • Node.js >= 18
  • git

Add to your profile README

[![Git Wrapped](https://img.shields.io/badge/git--wrapped-2025-39d353?style=flat-square&logo=git&logoColor=white)](https://github.com/romimur/git-wrapped)

License

MIT