@grantcodes/commit
v2.0.0
Published
A personal commitizen setup to help with creating lovely, consistent, organized commits
Downloads
116
Readme
@grantcodes/commit
A personal Commitizen config to help me create lovely, consistent, organized commits.
Usage
In another project
- Install with
npm install @grantcodes/commit --save-dev
- Run
npx @grantcodes/commit install
to setup the automatic git hooks - Stage changes as usual
- Run
git commit
when creating a commit and a nice UI should appear to help format commits
Standalone
- Install globally with
npm install @grantcodes/commit -g
- Run
npx @grantcodes/commit
to generate a commit message