garden-tools 0.3.0

Garden Weaves Git Trees Garden makes it easy to define, create, and run commands over collections of configuration-defined multi-worktree Git environments.
Documentation
/// Macros
#[macro_use]
pub mod macros;

/// Builders
pub mod build;

/// Command utilities
pub mod cmd;

/// Commands
pub mod cmds;

/// Configuration
pub mod config;

/// Errors
pub mod errors;

/// Variable evaluation
pub mod eval;

/// Git queries
pub mod git;

/// Model objects
pub mod model;

/// Path utilities
pub mod path;

/// Queries, configuration lookups
pub mod query;

/// Command-line syntax conventions
pub mod syntax;