Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repomap - A Repomix/Mermaid/GenAI repo visualisation tool #198

Open
George5562 opened this issue Dec 10, 2024 · 1 comment
Open

Repomap - A Repomix/Mermaid/GenAI repo visualisation tool #198

George5562 opened this issue Dec 10, 2024 · 1 comment
Labels

Comments

@George5562
Copy link

I've used Repomix to make Repomap.

https://github.com/George5562/Repomap

It creates a Repomix XML, uses an LLM with Langchain to convert to mermaid so you can visualise your project as a flowchart.

You can specify the types of nodes (pages, components, functions etc) and edges/relationships (depends on, uses, renders etc).

Using the --add CLI you can add an enhancement "add nextAuth", and two additional LLM calls will create a suggested file structure, and then create an updated flowchart, now with possible future components added.

@yamadashy
Copy link
Owner

Hi, @George5562 !
Thank you for creating and sharing Repomap! This is a fantastic use case of Repomix's XML output.

The combination with LLM and Mermaid for visualization is really clever.

I haven't looked into the details yet, but I'm looking forward to exploring it more thoroughly.

@yamadashy yamadashy added the idea label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants