feat for new features, fix for bug fixes, and so on.auth, api).git commit -m "$(pbpaste)"Conventional Commits is a lightweight specification for writing structured, machine-readable Git commit messages. It is the standard used by projects like Angular, Vue, and many open-source libraries to automate changelogs and semantic versioning. This generator lets you build a correctly formatted message without memorizing the spec — all processing happens in your browser.
The format is type(scope): description on the first line, followed by an optional blank line and body, then an optional blank line and footer. Breaking changes go in the footer as BREAKING CHANGE: description and/or by adding ! after the type.
Most Git clients, terminal tools, and code review UIs truncate the first line of a commit message at 72 characters. Keeping it short ensures the entire summary is visible without horizontal scrolling.
Yes. The output of this generator follows the Conventional Commits spec that commitlint, semantic-release, and standard-version all parse. Copy the message and use it directly in your commit command.