0.3.25 • Published 3 years ago

@bingsjs/op-commitizen v0.3.25

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@bingsjs/op-commitizen

Pre-configured commitizen using conventional commit

Usage

Either run directly or as git "prepare-commit-msg" hook

To run directly:

yarn op-commitizen

To run as git hook, add the "prepare-commit-msg" hook, and put the line below:

exec < /dev/tty && yarn op-commitizen hook "$1" "$2" "$3" || true

Pre-configs

Uses conventional format