Skip to content
/ cig Public

Small & fast cli to help with writing conventional commits

Notifications You must be signed in to change notification settings

oscgu/cig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cig

Conventional commits cli, written in C

demo

Dependencies

  • readline
  • libgit2

Arch install:

sudo pacman -S libgit2 readline

Ubuntu install:

sudo apt-get install libgit2-dev libreadline-dev

Apply the ubuntu patch, because libgit2-dev appears to be an old version:

patch < ./ubuntu.patch

Configure

Edit config.def.h

Running make will copy the file to config.h

Build

make

Install

sudo make install

About

Small & fast cli to help with writing conventional commits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published