• v0.1.0 c53c5ee157

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 48s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-02 02:43:20 +00:00 | 12 commits to main since this release

    Initial release of Codebase Knowledge Graph CLI.

    Features

    • Multi-language parser support (Python, JavaScript, Go, Rust)
    • Dependency graph generation
    • Circular dependency detection
    • Complexity estimation (cyclomatic complexity)
    • Graph export to DOT, JSON, and PNG formats
    • Interactive CLI with rich output

    Installation

    pip install codebase-knowledge-graph-cli
    

    Usage

    codegraph analyze ./my_project --format json
    codegraph visualize ./my_project
    codegraph complexity ./my_project
    codegraph deps ./my_project
    
    Downloads