syncable-cli 0.37.1

A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod analysis;
pub(crate) mod file_analyzers;
pub(crate) mod health_detector;
pub(crate) mod helpers;
pub(crate) mod infra_detector;
pub(crate) mod language_analyzers;
pub(crate) mod microservices;
pub(crate) mod project_type;
pub(crate) mod tech_specific;

pub use analysis::analyze_context;
pub use health_detector::detect_health_endpoints;
pub use infra_detector::detect_infrastructure;