name: czg description: Interactive Git commit message generator
czg Plugin
Interactive commit message generator following Conventional Commits format.
Basic Usage
# Start interactive commit prompt
sc czg commit create
# Show version
sc czg self version
# Run as commit hook
sc czg commit create -- --hook
# Passthrough
sc czg _ _ -- --mode classic
Configuration
Create a .czrc in your project root or ~/.czrc:
{
"types": ["feat", "fix", "docs", "style", "refactor", "test", "chore"]
}