Skip to content

A very simple, commitizen-like, convential commits-oriented commandline tool for Linux written in bash.

Notifications You must be signed in to change notification settings

haraldar/conventizen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Conventizen

Table of Contents

What is it?

Conventizen is a very simple, commitizen-like commandline tool for Linux written in bash. As commitizen is, this tool is also oriented towards the so called Conventional Commit style. It wraps the git commit command, but replaces it.

Who is it for?

It is made for people that don't really care about a strict commit conventions, but do like to have more understanding of their repo commit history.

How do I install it?

On Manjaro Linux:

  1. Download this file and save it into any folder <folder_path>.

  2. Open your bash terminal preferences with your favourite editor (I just used nano).

nano ~/.bashrc
  1. Add a new alias inside the bashrc file at the very top (or somewhere idc).
alias cz="bash <folder_path>/conventizen.sh"

Usage

(If you followed the Installation guide, cz is equivalent to bash <folder_path>/conventizen.sh.)

bash <folder_path>/conventizen.sh <commit_type> <scope (optional)>

OR (if you followed the installation guide):

cz <commit_type> <scope (optional)>

If you want to know more

About

A very simple, commitizen-like, convential commits-oriented commandline tool for Linux written in bash.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages