Expand description
Context Creator - High-performance CLI tool to convert codebases to Markdown for LLM context
This library provides the core functionality for traversing directories, processing files, and generating formatted Markdown output suitable for large language model consumption.
Re-exports§
pub use cli::Config;pub use core::cache::FileCache;pub use core::context_builder::ContextOptions;pub use core::walker::WalkOptions;pub use utils::error::ContextCreatorError;
Modules§
- cli
- Command-line interface configuration and parsing
- config
- Configuration file support for context-creator
- core
- Core functionality modules
- remote
- Remote repository fetching functionality
- utils
- Utility modules
Functions§
- run
- Main entry point for the context creator library