git-cc 0.1.0

A command line tool to create commit messages following the Conventional Commits specs
Documentation
1
2
3
4
5
mod lib;

fn main() {
    lib::run();
}