1 2 3 4 5 6 7 8 9
pub mod analysis; pub mod config; mod detection; mod helpers; mod project_info; mod summary; pub use analysis::{analyze_monorepo, analyze_monorepo_with_config}; pub use config::MonorepoDetectionConfig;