Quickstart

Gitmoji Quickstart

javimosch Updated

File contents

Gitmoji Quickstart

A gitmoji interactive cli tool for using emojis on commits

Installation

npm install -g gitmoji-cli

Basic Usage

Interactive commit with emoji selection:

gitmoji commit

List all available gitmojis:

gitmoji list

Search for a specific gitmoji:

gitmoji search "fix"

Options

gitmoji --help           # Show help
gitmoji commit           # Interactive commit
gitmoji -c "message"     # Commit with message
gitmoji --init           # Initialize gitmoji config

Features

  • Interactive emoji picker for commits
  • Conventional commit format support
  • Customizable configuration
  • Integration with git hooks

javimosch/supercli/tree/main/plugins/gitmoji/skills/quickstart commit 7c4f281695

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-1004