@dlinc/commit-msg-config
v1.1.1
Published
A JS script as a git hook which enforces the following commit message standards
Downloads
11
Readme
commit-msg-config
A JS script as a git hook which enforces the following commit message standards
- Messages must be shorter than 80 chars
- Messages must being with a capital letter
- Messages must end with a period
The script will auto correct messages that don't start with a capital or end with a period, and will reject commits over 80 chars.