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

git-ai-pilot

v1.0.14

Published

Automated Git workflow with Gemini-generated commit messages

Downloads

1,021

Readme

Git AI Pilot 🤖✈️

Your Personal AI Assistant for Git!

Tired of writing commit messages? Let AI do it for you! git-ai-pilot automatically looks at your code changes and writes a professional, descriptive commit message using Google Gemini AI. It then handles the boring stuff (add, commit, push) for you.

✨ Features

  • One-Click Magic: Just type git-auto and watch it work.
  • Smart Messages: Uses advanced AI to understand what you changed and why.
  • Time Saver: No more thinking about "feat: updated button styles".
  • Global Access: Works in ANY project folder on your computer.

🚀 How to Install

You only need to do this once!

Prerequisites

Installation Command

Open your terminal (Command Prompt, PowerShell, or Terminal) and run:

npm install -g git-ai-pilot

Note: The -g flag is important—it installs the tool globally so you can use it everywhere.


🔑 One-Time Setup

After installation, the tool will ask for your Gemini API Key. This is free and easy to get.

  1. Get your Key: Go to Google AI Studio and click "Create API Key".
  2. Enter it: Copy the key (it looks like AIzaSy...) and paste it into the terminal when asked.

If you missed the setup during install, just run git-auto and it will ask you again (or tell you how to fix it).


🎮 How to Use

  1. Open your terminal in any project folder where you have made changes.
  2. Type the magic command:
git-auto
  1. That's it! The tool will:
    • 📥 Pull the latest changes from the cloud.
    • 👀 Look at your changes.
    • 🧠 Write a commit message for you.
    • 💾 Save (commit) the changes.
    • ☁️ Upload (push) them to GitHub/GitLab.

❓ FAQ

Q: Do I need to install this in every project? A: No! Since you installed it globally (-g), it works everywhere.

Q: Where is my API key stored? A: It's saved securely in a hidden file on your computer (.git-ai-pilot/config.json).

Q: Can I change my API key later? A: Yes, you can edit the config file manually or just reinstall the tool.


Made with ❤️ by Mirza Saikat Ahmmed