Skip to content

modecode22/cmg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conventional Commit CLI

A command-line tool to help you create conventional commits with ease.

Features

  • πŸ“ Interactive prompts for creating conventional commits
  • 🎨 Beautiful colored output
  • ✨ Emoji support
  • πŸ”„ Automatic git staging and committing
  • πŸ’‘ Smart commit message formatting

Installation

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.

Usage

Simply run:

cmg

The tool will guide you through creating a conventional commit with interactive prompts.

Development

  1. Clone the repository:
git clone https://github.com/modecode22/cmg.git
cd cmg
  1. Install dependencies:
go mod download
  1. Build the project:
make build
  1. Install locally:
make install

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published