Skip to content

v1.0.0

Compare
Choose a tag to compare
@kokocan12 kokocan12 released this 28 Jun 08:12
· 39 commits to master since this release

Intro

This simple git commit message validator.

Feature

You can force git commit message format with this.
There are two modes.

  1. Types Mode
    Using this mode, commit message format of your project is forced like [{TYPE}] {TITLE} : {DESCRIPTION}.
    You insert your own types in package.json using CLI.

  2. Regular Expression Mode
    Using Regular expression mode, commit message format of your project should be tested by regular expression you insert.