Build from source
Prerequisites
Instructions
- Clone the repository.
git clone https://github.com/orhun/git-cliff
cd git-cliff/
- Build.
CARGO_TARGET_DIR=target cargo build --release
Binary will be located at target/release/git-cliff
.
Also, see the available feature flags.
Shell completions
To generate completions in target
:
OUT_DIR=target target/release/git-cliff-completions
Manpage
To generate a manpage in target
:
OUT_DIR=target target/release/git-cliff-mangen