Extension Icon

Conventional Comments

Paste conventional comment into your foremost application
AvatarKrzysztof Żuraw
793 Installs
OverviewCommands

Conventional

Conventional Comments

Paste conventional comment into foremost application using Raycast !

Conventional Commits

Paste conventional commits into foremost application using Raycast !

With (or w/o) 😜 Gitmoji

Configuration

Quick breakdown of what is available:

  • type (dropdown)
  • description (manual entry)
  • scope (manual entry)
  • body (manual entry)
  • breaking change (manual entry)

Format(s)

Three available:

  1. {emoji}{scope} {subject}
  2. {emoji}{scope}: {subject}
  3. {type}{scope}: {subject}

Examples:

  1. ♻️ (scope) subject here
  2. ♻️ (scope): subject here
  3. refactor(scope) subject here

Breaking Change

If checkbox is selected will require additional notation.