Czg

Interactive Git commit message generator

javimosch c93fb99 540 B Updated

File contents

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"]
}

javimosch/supercli/tree/main/plugins/czg/skills/quickstart commit c93fb99136

Frequently asked questions

npx skillmds@latest add javimosch/czg