@mbokinala/autocommit

0.0.6 • Public • Published

autocommit

A small command-line utility to generate commit messages by passing the git diff to an LLM. No more "wip", "stuff", or "sdmcskdc" cluttering the commit log.

Installation

  1. Install with npm:
    npm install -g @mbokinala/autocommit
  2. Get an API key from OpenAI
  3. Set the API key using the config command:
    autocommit config set OPENAI_API_KEY your-api-key-here

Usage

git add <...>
autocommit

Alternatively, pass the -a flag to add all unstaged changes to the commit:

autocommit -a

Roadmap:

  • [ ] Add more LLM providers / model options
  • [ ] Better documentation
  • [ ] Customizable system prompt
  • [ ] Publish/distribute on npm/brew
  • [ ] Store API key / model preference in dedicated config file
  • [ ] Add tests
  • [ ] Proper config management in dotfile

Readme

Keywords

none

Package Sidebar

Install

npm i @mbokinala/autocommit

Weekly Downloads

0

Version

0.0.6

License

GPL-3.0-or-later

Unpacked Size

45.9 kB

Total Files

6

Last publish

Collaborators

  • mbokinala