-
v0.1.0
Stablereleased this
2026-02-02 02:43:20 +00:00 | 12 commits to main since this releaseInitial 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-cliUsage
codegraph analyze ./my_project --format json codegraph visualize ./my_project codegraph complexity ./my_project codegraph deps ./my_projectDownloads