Repository Visualizer (Repovis), is a Visual Studio Code extension that interactively visualizes the relationships between files.
The visualization is inspired by Repo Visualizer, and based on the CBRV extension by jesse-r-s-hines
To run the project from source run
npm installthen open it up in VSCode and press F5 to run and debug it.
On Windows, you'll want to enable git symlinks before you clone the repo, first enable "Developer Mode" in Windows settings and then run
git config --global core.symlinks trueTo build and run the tests run
npm run test