You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: