dariodip / gicc_rs

Conventional Commits Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License LinkedIn


`gicc` (pronunced "gick") is an interactive tool developed on top of [git](https://git-scm.com/) that helps you in writing commit messages that follow the [conventional commits specification](https://www.conventionalcommits.org/).


Report Bug · Request Feature

About The Project

gicc has been created to make it easier for me to write conventional commits, eventually I decided to make it public.

(back to top)

Built With

  • Rust

(back to top)

Getting started

Usage

A typical invocation of gicc will look like this:

$ gicc
> Type: feat
> Scope: 
> Description: a conventional commit
> Body: <received>
Your commit message looks like this:
feat: a conventional commit

this is your commit message
> Do you want to proceed? Yes
[initial e257df1] feat: a conventional commit
 1 file changed, 61 insertions(+), 6 deletions(-)

About

Conventional Commits Template


Languages

Language:Rust 79.1%Language:Dockerfile 20.9%