Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 474 Bytes

File metadata and controls

29 lines (20 loc) · 474 Bytes

Conventional Commit Generator

A vibecoded CLI tool to generate conventional git commits with gitmoji.

It guides you through:

  1. Select the conventional commit type.
  2. Search and select a gitmoji.
  3. Enter an optional scope.
  4. Enter the commit description.

Output format:

type(scope): emoji description

Example:

feat(cli): ✨ add searchable gitmoji prompt

Build Binary

bun i
bun build ./index.ts --compile --outfile ccg