Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

⚒️ git-forge

CLI entrypoint and library facade for local-first Git forge infrastructure.

CI CD

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!

Overview

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.

Installation

CLI

The forge command can be installed with cargo install.

cargo install --locked --git https://github.com/git-ents/git-forge.git git-forge

If ~/.cargo/bin is on your PATH:

forge -h

Library

The 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