A personal Commitizen config to help me create lovely, consistent, organized commits.
- Install with
npm install @grantcodes/commit --save-dev - Run
npx @grantcodes/commit installto setup the automatic git hooks - Stage changes as usual
- Run
git commitwhen creating a commit and a nice UI should appear to help format commits
- Install globally with
npm install @grantcodes/commit -g - Run
npx @grantcodes/committo generate a commit message

