glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

`.nix` support #50

Open RyzeNGrind opened 4 months ago

RyzeNGrind commented 4 months ago

Is your feature request related to a problem? Please describe. Currently emerge has no support for .nix files.

Describe the solution you'd like Nix and NixOS is become the new defacto software supply chain management, configuration, deployment toolbox.

It would be amazing to have .nix files supported in this tool. Additionally it would be great to also have a nixpkg of emerge.

Optional: Describe alternatives you've considered Currently there is no .nix support from emerge but there is a wider appeal rising towards Nix based approaches.

Optional: Additional context Being able to embed this tool into your own IDE or even VSCodeServer or OpenVSCodeServer would be a great way to boost visibility /engagement for the project as well.