stx-commit
v1.0.2
Published
CLI to help write commit messages according to conventional commits.
Maintainers
Readme
stx-commit
CLI to help write commit messages according to conventional commits.
Installation
If you want to install stx-commit into your project:
npm:
npm install -D stx-commitpnpm:
pnpm add -D stx-commityarn:
yarn add -D stx-commitbun:
bun add -D stx-commitThen add into your package.json:
{
"scripts": {
"commit": "stx-commit"
}
}CLI Options
| Option | Description | Default |
| -------------------- | --------------------------------------------------------- | ------- |
| -ml --max-length | Max length of each line. | 72 |
| -e --emoji | Add the selected commit type emoji into the commit title. | false |
