Skip to content

Repository files navigation

COCOX

A Conventional Commitlint binary tool (x for executable).

[Work in Progress] Drop-in replacement of opensource-nepal/commitlint

Development

Run cocox

cargo run -- "my commit message"

cargo run -- --file "/foo/bar"


# using commit hash
cargo run -- --hash xxxx-xxxx

# using  range of hashes: 
cargo run -- --from-hash xxxx-xxxx --to-hash xxxx-xxxx

# --to-hash points to HEAD by default
cargo run -- --from-hash xxxx-xxxx 

Usage:

A Conventional Commitlint binary tool

Usage: cocox [OPTIONS] <MESSAGE|--file <FILE>|--hash <HASH>|--from-hash <FROM_HASH>>

Arguments:
  [MESSAGE]  

Options:
      --file <FILE>            
      --hash <HASH>            
      --from-hash <FROM_HASH>  
      --to-hash <TO_HASH>      [default: HEAD]
  -h, --help                   Print help
  -V, --version                Print version

About

A Conventional Commitlint binary tool created using rust.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages