commitor
v1.2.1
Published
AI-powered Git commit message generator CLI
Maintainers
Keywords
Readme
Commitor
🤖 AI-powered Git commit message generator
Installation
npm install -g commitorQuick Start
# Initial setup
commitor init
# Stage your changes
git add .
# Generate AI commit message
commitorFeatures
- 🎯 AI-Powered: Uses OpenAI (GPT-4o-mini) or Anthropic (Claude Sonnet 4.5)
- 🔄 Hybrid Mode: API or Browser automation
- 🌍 Multi-Language: Auto-detects language from README + git history, or specify any language
- 📝 Conventional Commits: Follows industry standards
- ✨ Interactive: Preview and edit before committing
- 🔒 Secure: Encrypted API key storage
Commands
commitor init
Setup wizard for initial configuration
commitor
Generate AI commit message and commit
commitor config
View or edit configuration
commitor logout
Clear session and API keys
Configuration
Configuration is stored in ~/.commitor/config.json
{
"provider": "openai",
"connectionType": "api",
"language": "tr",
"apiKey": "encrypted"
}Related Packages
- @commitor/core - Core library
- commitor-vscode - VSCode extension
Repository
https://github.com/frkngnc/commitor
License
MIT
