rft-cli 0.5.2

Zero-config Docker Compose isolation for git worktrees
1
2
3
4
5
6
mod allocate;
pub mod check;
mod extract;

pub use allocate::{BASE_OFFSET, PortAllocation, allocate_worktree_ports};
pub use extract::{PortMapping, extract_port_mappings, suggest_env_var};