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

when-do-i-code

v1.0.2

Published

Analyze your git history and visualize when you code the most

Downloads

268

Readme

when-do-i-code

Analyze your git history and visualize when you actually write code.

npx when-do-i-code

What it shows

  ◆ when-do-i-code  v1.0.1

  1,234 commits  ·  2022-01-01 → 2026-03-20

  ──────────────────────────────────────────────────────────────────────────────

  COMMITS BY HOUR

  12am  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░     2
   1am  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░     0
   ...
  10pm  ████████████████████████░░░░░░░░░░░░░░   312  ← peak
  11pm  ██████████████████░░░░░░░░░░░░░░░░░░░░   240

  COMMITS BY DAY OF WEEK

  Mon  ██████████████████████░░░░░░░░░░░░░░░░░   189
  ...
  Sat  ████████████████████████████████████████   342  ← peak

  TIME OF DAY BREAKDOWN

  🌙  Night      00–05  ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░    8% (102)
  🌅  Morning    06–11  ████████░░░░░░░░░░░░░░░░░░░░░░   26% (325)
  🌞  Afternoon  12–17  ████████████████░░░░░░░░░░░░░░   52% (645)
  🌆  Evening    18–23  ██████░░░░░░░░░░░░░░░░░░░░░░░░   18% (162)

Plus a coding personality — are you a Night Owl 🦉, Early Bird 🐦, Day Shifter ☀️, or After-Hours Dev 🌆?

Install

Run without installing:

npx when-do-i-code

Or install globally:

npm install -g when-do-i-code
when-do-i-code

Usage

Usage: when-do-i-code [options]

Options:
  -p, --path <path>      Path to a git repository (skips interactive prompt)
  -a, --author <name>    Filter commits by author name
  -s, --since <date>     Only include commits after this date (e.g. 2023-01-01)
  -u, --until <date>     Only include commits before this date
      --all-authors      Include all authors (default: current git user only)
      --include-merges   Include merge commits
  -V, --version          Output the version number
  -h, --help             Display help

Examples

# Analyze the current directory
npx when-do-i-code

# Analyze a specific repo
npx when-do-i-code --path ~/projects/my-repo

# Clone and analyze a GitHub repo
npx when-do-i-code
# → choose "Enter a GitHub URL" at the prompt

# Last year only
npx when-do-i-code --since 2025-01-01

# All contributors
npx when-do-i-code --all-authors

Requirements

  • Node.js >= 14
  • Git installed and available in PATH

License

MIT