Commitizen
commitizen
Organized, detailed commits to git.
commitizen prompts to fill out any required commit fields at commit time. No more waiting until later for a git commit hook to run and reject your commit or reading the contribution.md for the commit format!
Get it: npm install -g commitizen
Set up:
1 2 3 | |
or
1
| |
^ this results in modification of your package.json to:
1 2 3 4 5 | |
Now one can just do git cz instead of git commit and enjoy the benifits!
Also, one could add it to npm-scripts
1 2 3 | |
And then execute: npm run commit.
GIT FTW!

```