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

@auroraphtgrp01/commit

v1.0.8

Published

Commit message generator using Gemini AI

Readme

✨ @auroraphtgrp01/commit ✨

Version Powered by Gemini AI

Elevate your git workflow with AI-crafted commit messages


🌟 Overview

A sophisticated CLI tool that harnesses the power of Google's Gemini AI to craft elegant, meaningful commit messages. Say goodbye to the tedium of formatting and wording—let AI handle the details while you focus on your code.

👨‍💻 Creator

auroraphtgrp01

Crafting elegant developer experiences

✨ Capabilities

  • AI-Powered Generation — Creates contextually relevant commit messages based on your staged changes
  • Conventional Format — Adheres to industry-standard commit conventions with appropriate emojis
  • Personalization — Offers the flexibility to select from AI suggestions or craft your own message
  • Streamlined Workflow — Features options to automatically stage changes and push commits
  • Elegant Interface — Presents a beautiful, intuitive CLI experience

💎 Installation

# Global installation for regular use
npm install -g @auroraphtgrp01/commit

# Or use on demand without installation
npx @auroraphtgrp01/commit

⚙️ Configuration

Create an auroraphtgrp01.json configuration file in your project root:

{
  "model": "gemini-pro",
  "temperature": 0.5,
  "maxTokens": 2048,
  "geminiToken": "YOUR_GEMINI_API_TOKEN"
}

Obtain your Gemini API key from Google AI Studio

🚀 Usage

# Standard usage
npx @auroraphtgrp01/commit

# With workflow enhancements
npx @auroraphtgrp01/commit -a -p

Elegant Options

| Option | Enhancement | |:------:|-------------| | -a | Gracefully stages all changes (git add .) before committing | | -p | Seamlessly pushes your changes after committing |

Combine for a streamlined experience:

# Complete workflow: stage, commit, and push
npx @auroraphtgrp01/commit -a -p

🔄 Refined Workflow

  1. Prepare — Stage your changes with git add (or use the elegant -a option)
  2. Generate — Invoke the tool to create AI-powered commit messages
  3. Select — Choose from thoughtfully crafted suggestions or compose your own
  4. Commit — Your changes are committed with the selected message
  5. Share — With the -p option, your work is automatically pushed to the remote repository

📝 Practical Example

# Stage specific files with precision
git add src/components/Button.js

# Generate an elegant commit message
npx @auroraphtgrp01/commit

# Or execute the entire workflow in one command
npx @auroraphtgrp01/commit -a -p

📜 License

This project is gracefully licensed under the MIT License.