matdexir / cmt

A shell script for better commit messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmt.sh(WIP)

It's a tool for writing Conventional commit messages powered by gum

Dependencies

gum
bash(Bourne-Again Shell)
Linux(Not tested on MacOS)

Usage

Assuming that your default shell is bash, download the script, then:

chmod +x cmt.sh
./cmt.sh (insise a git repo)

Help message

cmt.sh 0.0.1 by @matdexir

DESCRIPTION:
	This program serves as a replacement for git-commit but for conventional commits.

Usage: cmt.sh [flag]
	-a: For amending the previous commit
	-h: For printing this message here

Note

You can also add where/file/is/cmt.sh to your $PATH for convenience.

About

A shell script for better commit messages

License:MIT License


Languages

Language:Shell 100.0%