1.0.2 • Published 3 months ago

stx-commit v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

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-commit

pnpm:

pnpm add -D stx-commit

yarn:

yarn add -D stx-commit

bun:

bun add -D stx-commit

Then add into your package.json:

{
  "scripts": {
    "commit": "stx-commit"
  }
}

CLI Options

OptionDescriptionDefault
-ml --max-lengthMax length of each line.72
-e --emojiAdd the selected commit type emoji into the commit title.false
1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.3.0

3 months ago

0.3.1

3 months ago

0.2.0

7 months ago

0.1.0

8 months ago