Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 712 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 712 Bytes

standard-commit-2

A zero-config opiniated, commitizen like command line utility to use conventional commits.

  • git cc: Same as git commit but with prompt and formatting of the commit message.

Installation

npm install -g standard-commit-2

Git Alias

git config --global alias.cc "!standard-commit-2"
# Now you can use:
git cc

Usage

git cc --help

Update

npm update -g standard-commit-2

Configuration

Use the suggested defaults.

gcc --init

you can configure standard-commit via a .standard-commitrc file. You should add this file to the git repo.