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 🙏

© 2025 – Pkg Stats / Ryan Hefner

let-him-commit

v1.1.2

Published

Let Him Commit - GitHub backdated commit automation tool, let you commit in the past/history.

Downloads

5

Readme

🍳 Hold Up! Let-Him-Commit

By Rahil Vahora
“Because sometimes, you just gotta let him commit...”


🔧 What is this?

Let-Him-Commit is a fun yet educational CLI tool that automates GitHub commit generation and let you commit in the Past, yes you can commit in the past/history
think of it as your Git time machine.

It helps you learn how automation, APIs, and date-based commit scripting work, all while producing beautiful commit graphs.

⚠️ Disclaimer: This is for educational purposes only.
Do not use it to mislead others or fake contributions.
Always use your own GitHub account and private repos.


🚀 Quick Start

You can use Let-Him-Commit directly with npm — no cloning required!

🔹 Option 1: Run instantly using NPX

npx let-him-commit

🔹 Option 2: Install globally

npm install -g let-him-commit

Then just run:

let-him-commit

🔹 Option 3: Clone manually

If you want to explore or modify the source code:

git clone https://github.com/rahil1202/let-him-commit.git
cd let-him-commit
npm install
npm run start

⚙️ How It Works

  1. The tool clones or creates a private repository (default: let-him-cook 🍳).
  2. It generates commits across selected dates using a customizable commit range (default: 2–5 per day).
  3. Each commit message is templated — you can customize or randomize it.
  4. It automatically pushes commits in controlled batches to prevent GitHub rate limits.
  5. You get a beautiful commit history in minutes.

💡 Example Usage

let-him-commit

Then follow the prompts to:

  • Paste your GitHub Personal Access Token
  • Enter a repo name (let-him-cook by default)
  • Select start & end dates
  • Set a commit range per day
  • Confirm and watch the magic happen ✨

🎯 Educational Goals

  • Learn how to automate Git commits using Node.js and TypeScript
  • Understand GitHub API integration and repo automation
  • Practice CLI UX design and prompt flows
  • Explore date-based scripting and commit batching

🧩 Tech Stack

  • Node.js + TypeScript
  • Inquirer for CLI interaction
  • Axios for GitHub API calls
  • Chalk for colored terminal output
  • CLI-Progress for progress visualization
  • Zod for input validation

🧱 Repo Info

This repository (let-him-cook) is automatically generated by Let-Him-Commit. It demonstrates backdated commit creation for learning and experimentation.


🪪 License

Apache License © 2025 Rahil Vahora


💬 Contributing

Want to improve this or add new features (like funky commit messages or new templates)? Pull requests are welcome! 🙌 👉 GitHub Repository


❤️ Fun Fact

“Give a dev a repo, and he commits for a day. Teach a dev to automate commits, and he’ll let him commit forever.” 😎