A command-line tool to help you create conventional commits with ease.
- π Interactive prompts for creating conventional commits
- π¨ Beautiful colored output
- β¨ Emoji support
- π Automatic git staging and committing
- π‘ Smart commit message formatting
go install github.com/modecode22/cmg/cmd/cmg@latest
Make sure your Go installation is up to date and your $GOPATH/bin
is in your system's PATH
.
Simply run:
cmg
The tool will guide you through creating a conventional commit with interactive prompts.
- Clone the repository:
git clone https://github.com/modecode22/cmg.git
cd cmg
- Install dependencies:
go mod download
- Build the project:
make build
- Install locally:
make install
MIT License