context-creator 1.5.0

High-performance CLI tool to convert codebases to Markdown for LLM context
Documentation
1
2
3
4
5
6
7
8
9
//! Command implementations

pub mod diff;
pub mod search;
pub mod telemetry;

pub use diff::run_diff;
pub use search::run_search;
pub use telemetry::run_telemetry;