Skip to content

Releases: SamPlaysKeys/Repository-Mapper

v0.6.3-beta - Initial Release

20 Jan 18:56

Choose a tag to compare

Pre-release

I am so excited to announce the first public release of my Repository Mapper! This tool allows developers to scan code repositories for cross-file references and generate comprehensive dependency graphs.

Key Features

  • Repository Scanning: Automatically discover and parse files to map their structure and
    dependencies.
  • Dependency Resolution: Intelligently resolves cross-file references within your project.
  • Multiple Export Formats: Visualize and export your repository map in various formats:
    • Mermaid: Generate diagrams compatible with Mermaid.js for easy visualization in Markdown or online editors.
    • JSON: Export raw data for programmatic processing or integration with other tools.
    • ASCII: Generate text-based tree representations for console output or documentation.
  • CLI Interface: Simple command-line interface (repomap) for quick integration into workflows.

For Installation and Usage, check the README included with the project.