cc-cli 0.1.3

handy git-hook and cli for conventional commits
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Andrei Sousa <sousandrei@gmail.com>"]
description = "handy git-hook and cli for conventional commits"
edition = "2018"
keywords = ["git", "cli", "conventional-commits", "conventional", "commits"]
license-file = "LICENSE"
name = "cc-cli"
readme = "README.md"
repository = "https://github.com/sousandrei/cc-cli"
version = "0.1.3"

[dependencies]
anyhow = "1.0.65"
argh = "0.1.8"
inquire = "0.3.0"