| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
AI-powered Git commit message generator that follows conventional commit standards.
npm install ai-commit1. Create a `.env` file in the root directory of your project.
OPENAI_API_KEY=your-api-key-here
{
"openAI": {
"apiKey": "[env]:OPENAI_API_KEY",
"baseUrl": "https://api.openai.com/v1"
},
"commit": {
"language": "en",
"maxCharacter": 100
}
}After staging your changes with git add, simply run:
ai-commitThe tool will:
| Option | Description | Default |
|---|---|---|
| commit.language | Commit message language | "en" |
| commit.maxCharacter | Maximum commit message length | 100 |
| openAI.baseUrl | Custom OpenAI API endpoint | "https://api.openai.com/v1" |
AI-Commit supports multiple commit message formats:
Contributions are welcome! Please feel free to submit a Pull Request.
This README provides a clear overview of the project, its features, setup instructions, and usage guidelines while maintaining a professional and engaging tone. It's structured to help users quickly understand and start using the AI-Commit tool.
AI-Commit supports multiple commit message formats:
๐ Documentation:
| Back | FazBrowse Home | New Git URL |