0.1.3 • Published 11 months ago

for-commit v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

for-commit

for-commit is a CLI tool that creates a prompt for generating a commit message using ChatGPT, Claude, or any other LLM or GPT tool.

To use it, simply run the command npx for-commit in a project directory managed by git. Once the command is executed, the tool generates a prompt based on the changes in your staged files, which you can then paste into ChatGPT, Claude, or any other LLM or GPT tool to generate a meaningful commit message.

Note: Since for-commit relies on the git command, you need to have git installed on your machine.

Example

npx for-commit # or pnpx for-commit

After running the command, you'll receive the following confirmation:

Prompt copied to clipboard 📋

At this point, you can paste the prompt into an AI tool to generate a well-structured commit message.

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago