sweet-commit

Interactive CLI tool for writing conventional commit messages

$ npm install -g sweet-commit
$ git add .
$ scom
? Select the type of change:
❯ feat: A new feature
fix: A bug fix
docs: Documentation only changes
refactor: A code change that neither fixes a bug nor adds a feature

Installation

npm install -g sweet-commit

After installation, use scom in any git repository to start the interactive commit process.

Usage

  1. Stage your changes: git add .
  2. Run sweet-commit: scom
  3. Follow the interactive prompts to build your commit message
  4. Review and confirm your commit

Features

Interactive Interface

User-friendly prompts guide you through each step

Conventional Commits

Enforces conventional commit standards automatically

Breaking Changes

Supports breaking change descriptions

Issue Linking

Link commits to multiple issues

Made by d3xfoo