Skip to content

Releases: asimar007/no-commit

v0.0.7 - Documentation Updates

30 Jan 07:14

Choose a tag to compare

What's Changed

Documentation

  • Added banner image to README
  • Improved installation instructions with clearer formatting for npm and Homebrew

v0.0.4 - Initial Release

28 Jan 05:17

Choose a tag to compare

What's New

CLI tool that generates git commit messages using Google Gemini.

Features

  • Analyzes staged changes and generates conventional commit messages
  • Interactive menu: commit, edit, regenerate, or cancel
  • Configurable: model, message length, timeout, suggestion count
  • Supports Homebrew and npm installation

Install

npm install -g nocommit

Usage

git add .
nocommit

Full docs in the README.