Skip to main content

Crate taskgraph

Crate taskgraph 

Source
Expand description

TaskGraph - CLI tool for managing task dependencies using markdown files.

See [taskgraph::Task] for the core task structure.

Re-exports§

pub use discovery::DiscoveryError;
pub use discovery::TaskCollection;
pub use discovery::ValidationResult;
pub use error::Error;
pub use error::Result;
pub use graph::DependencyGraph;
pub use task::Task;
pub use task::TaskFrontmatter;
pub use task::TaskImpact;
pub use task::TaskLevel;
pub use task::TaskRisk;
pub use task::TaskScope;
pub use task::TaskStatus;

Modules§

cli
CLI argument definitions using clap.
commands
Command implementations.
discovery
Task discovery and collection.
error
Error types for TaskGraph.
graph
Dependency graph operations.
task
Task definition and parsing.