Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tomvanooijen/commit-wizard

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tomvanooijen/commit-wizard

Customized Git commit wizard

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Commit Wizard

Customized Git commit wizard with Desk ticket integration.

Features

  • Fast Startup: Minimal dependencies and optimized build.
  • Desk Ticket Integration: Quickly add Desk.com ticket links to your commits.
  • Single-Line Format: Optimized for concise, readable git logs.
  • Conventional Commits: Guides you through creating standard messages.
  • Configurable: Fully customizable via .easycommitrc.json or package.json.

Usage

Run directly via npx:

npx git-cw

Or install globally:

npm install -g commit-wizard
git cw

Options

  • --dry-run: Preview the commit message without actually committing.

Available Options

  • types: Custom array of commit types.
  • maxHeaderLength: Default 72.
  • scopes: Array of strings or "auto".
  • requireScope: Boolean.
  • requireBodyForTypes: Array of types that require a body.
  • addEmoji: Boolean (default false).

Performance

commit-wizard is designed for speed:

  • Single-binary build using tsup.
  • Minimal runtime dependencies.
  • Lazy-loading of heavier modules.
  • Written in TypeScript with an ESM-first architecture.

License

MIT

FAQs

Package last updated on 19 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts