• v0.1.0 79fe9dfcff

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

    7000pctAUTO released this 2026-01-30 12:19:23 +00:00 | 2 commits to main since this release

    Initial 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/project
    

    What'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