1.0.3 • Published 4 months ago
git-auto-commit-cli v1.0.3
Git Auto Commit CLI
Git Auto Commit CLI is a simple tool to automate Git commits with automatically generated messages.
Installation
Use the following command to install this package globally:
npm install -g git-auto-commit-cli
Usage
Run the following command to use this tool:
git-auto-commit
To generate commit messages in English, use:
git-auto-commit --lang=en
API Key Requirement
This tool requires a Groq API Key to function.
The API key will be requested via a prompt when the tool is initialized for the first time.
Your key will be stored securely for future use.
This tool uses the Groq API and will generate five commit messages based on the code changes.
Contribution
We welcome contributions from all developers! Follow these steps to contribute:
- Fork the Repository
- Clone the Repository:
git clone https://github.com/CahBantul/git-auto-commit-cli.git
- Create a New Branch:
git checkout -b branch-name
- Make Changes & Commit:
git commit -am "Description of changes"
- Push to Remote:
git push origin branch-name
- Create a Pull Request on GitHub.
License
This project is released under the ISC license.
Created by Fardan Nozami Ajitama