CLI entrypoint and library facade for local-first Git forge infrastructure.
Caution
This project is in active development and has not yet been published to crates.io. Please file a new issue for any misbehaviors you find!
This crate is the top-level entry point for the git-forge workspace.
It wires together the domain crates — issues, reviews, and releases — into a single forge CLI and re-exports them as a unified library facade.
The forge command can be installed with cargo install.
cargo install --locked --git https://github.com/git-ents/git-forge.git git-forgeIf ~/.cargo/bin is on your PATH:
forge -hThe git-forge library can be added to your Rust project via cargo add.
cargo add --git https://github.com/git-ents/git-forge.git git-forge