Prepend the commit with a type
$ npm install -g tjoskar/conventional-commits-hook
- Install the hook
$ cd any-git-initialized-directory
$ conventional-commits-hook --init
Just run git commit as you always do
To run the linter: npm run lint
To dry run the script:
node invoke.js --init # run the init setup
node invoke.js mock_hooks/COMMIT_EDITMSG # simulate a git commit
The code is available under the WTFPL license.