igit-cli
v1.4.0
Published
Interactive CLI for semantic Git commit messages.
Readme
igit
Interactive CLI for semantic Git commit messages.
igit c
Installation
Download from releases page or install using NPM.
npm i -g igit-cliOr use without installation.
npx igit-cliSemantic commits
Read about semantic commit messages here.
Semantic branches
igit b
Development
Run tests.
make testRun your code.
ARGS="cz" make runSet commit body editor.
EDITOR=nano make run