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

pushpopper

v0.2.10

Published

Producer-style audio tags for your git commits and pushes

Readme

♫ pushpop ♫

Play a custom audio tag every time you git commit or git push.

Like a producer's tag, but for your terminal.


What is this?

A way for your team to know who pushed the latest garbage.

Play a custom audio tag every time you git commit or git push. Choose from built-in sound packs or upload your own. For developers who want to add more personality in their workflow. Takes about 15 seconds to set up.


Install

npm install -g pushpopper

Requires Node.js 20 or higher. Supported on macOS and Windows only — Linux is not supported in this release.


Quick Start

# 1. Run first-time setup
pushpop init

# 2. Open the interactive dashboard
pushpop

# 3. Pick a sound, assign it to commit or push, done

That's it. Next time you git commit or git push, your sound plays in any repo on your machine. No per-repo config needed. ♫ ♫ ♫


Commands

| Command | Description | | --- | --- | | pushpop | Open the interactive dashboard | | pushpop init | Install global Git hooks and set core.hooksPath | | pushpop activate <key> | Unlock Pro with a Polar license key | | pushpop doctor | Print troubleshooting diagnostics (audio, hooks, config) | | pushpop uninstall | Remove hooks, config, and attempt to remove the CLI | | pushpop --version | Print the installed version |


Sound Packs

Pushpop ships with built-in sounds across 5 genres:

  • ○   Interactive terminal dashboard — browse, preview, and assign sounds without leaving the terminal
  • ♫   5 built-in sound packs — General, Gaming, Nature, Sci-Fi, and Producer Tags
  • ⬆   Custom uploads — add your own .mp3, .wav, or .m4a files via the native macOS / Windows file picker or by pasting a path
  • ✦   Volume control — choose from 0 %, 25 %, 50 %, 75 %, or 100 %
  • ◌   CI-safe — hooks skip audio when $CI is set

Platform Support

macOS via afplay · Windows via WMP COM / ffplay / PowerShell fallback chain. Requires a modern terminal (Windows Terminal, Terminal.app, iTerm2, VS Code).

Uploads

Upload .mp3, .wav, or .m4a files from the dashboard. Tags are capped at 5.5 s — longer files are auto-trimmed when ffmpeg is installed. Preview before saving.

How It Works

pushpop sets a global core.hooksPath (~/.pushpop/hooks/), so every repo works without per-project config. Hooks are CI-safe, debounce within 2 s, and chain to existing repo-local hooks. Config lives in ~/.pushpop/config.json.

Note: Repo-local hook managers (Husky, Lefthook) or a repo-level core.hooksPath can override the global hooks. Run pushpop doctor to diagnose.

Uninstall

pushpop uninstall

Removes hooks, restores your previous core.hooksPath, clears ~/.pushpop, and schedules npm uninstall -g pushpopper.

Troubleshooting

Run pushpop doctor for full diagnostics. For verbose audio logging: PUSHPOP_DEBUG_AUDIO=1 pushpop.

Free vs Pro

| | Free | Pro | | -------------------- | ------------ | -------------- | | Built-in sound packs | ◆ All genres | ◆ All genres | | Custom uploads | 2 max | Unlimited | | Price | Free | $1.29 one-time |

Grab Pro here — Thanks for your support :)

Once you have a key:

pushpop activate YOUR-LICENSE-KEY

Feedback

Bug reports, feature requests, and producer-tag suggestions, etc are all welcome:

[email protected]


License

MIT