guild-cli 0.1.0

Rust-native polyglot monorepo orchestrator
Documentation
1
2
3
4
5
mod affected;
mod run;

pub use affected::run_affected;
pub use run::run_target;