repobin 0.1.0-alpha.1

Experimental repo-local Bazel command dispatcher; API and behavior may change without notice
Documentation
1
2
3
4
5
6
7
8
9
pub mod app;
mod bazel;
mod cli;
mod config;
mod dispatch;
mod install;
mod shell;

pub use app::{RepobinError, run_from_env};