Skip to content

CodeMap-CLI v1.0.0 - Initial Release

Latest

Choose a tag to compare

@gitstq gitstq released this 08 Jun 23:19

🗺️ CodeMap-CLI v1.0.0

Features

  • Zero-dependency Python CLI for code architecture visualization
  • Multi-format output: ASCII, Mermaid, DOT, JSON, CSV, HTML
  • Cyclomatic complexity analysis
  • Dependency graph with circular dependency detection
  • Architecture health scoring (A/B/C/D rating)
  • Interactive TUI dashboard
  • Cross-platform support (Linux/macOS/Windows)

Installation

pip install -e .
# or
python -m codemap /path/to/project

Quick Start

codemap .                           # Analyze current directory
codemap . --format mermaid         # Generate Mermaid diagram
codemap . --format html --output report.html

Full Documentation

See README.md for complete documentation in English, 简体中文, and 繁體中文.