Crates.io | cc-cli |
lib.rs | cc-cli |
version | |
source | src |
created_at | 2021-08-16 04:46:41.555679 |
updated_at | 2025-02-03 13:27:07.387485 |
description | handy git-hook and cli for conventional commits |
homepage | |
repository | https://github.com/sousandrei/cc-cli |
max_upload_size | |
id | 437655 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Conventional Commits hook and cli
Easy cli and git-hook to help with following the Conventional Commits specification
Heavily inspired by gitmoji-cli
using cargo
cargo install cc-cli
cc-cli --help
Usage: cc-cli [<positionals...>] [-i] [-r]
Easy peasy Conventional Commits
Options:
-i, --hook hooks your commits
-r, --unhook removes the hook
--help display usage information
You can install the git-hook using
NOTE: the hook is installed in a per-repository basis
cc-cli -i
Or use it via cli with no parameters
cc-cli
To remote the hook, simply type
cc-cli -r