Skip to content
/ commit Public

Command-line tool to guide your template commit messages anywhere, anytime

License

Notifications You must be signed in to change notification settings

alt-art/commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commit

This command-line interface makes it possible to make patterned (conventional) commit messages to organize your repository.

This project is a clone of cz-cli with some minor changes.

I made this project for my own use, because I don't want to mess with the original cz-cli.

Principal changes in this project

  • Don't need to make your project commitizen friendly
  • Can be used with any project
  • Custom conventional commit message style can be used without any other packages
  • Debian package is available
  • Show original output of the git command

What I want to do

Download

apt derivatives (deb)

dnf/yum derivatives (rpm)

How to make a debian package with cargo-deb for development

Install cargo-deb:

cargo install cargo-deb

Make a debian package:

cargo deb

or just:

cargo deb --install # build and install the package