-
v0.1.0
Stablereleased this
2026-01-30 12:19:23 +00:00 | 2 commits to main since this releaseInitial Release v0.1.0
CodeMap is a CLI tool that analyzes Python/JavaScript/Go codebases and generates interactive architecture diagrams using Mermaid.js.
Features
- Multi-language support (Python, JavaScript/TypeScript, Go)
- Dependency detection and graph building
- Mermaid.js diagram generation
- Multiple output formats (Mermaid, HTML, Markdown)
- Real-time file watching
- HTTP server for interactive viewing
Installation
pip install -e .Quick Start
codemap analyze /path/to/your/projectWhat's Included
- 25 source files across core, parsers, CLI, and templates
- 4 test files with comprehensive test coverage
- Gitea Actions CI/CD workflow
- Full documentation in README.md
Downloads