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

Add Dockerfile to create a runable container for emerge and extend README.md. #44

Closed achtelik closed 11 months ago

achtelik commented 11 months ago

Hi, i really like this project and so i have created a Docker file to make it much easier to use for analysis. I already created an image and uploaded it at Docker Hub But please feel free to create an own image under your name and release it. Just contact me if you need help. I could also help with an automatic pipeline.

I also extended the README.md with a how to use the Docker container.

glato commented 11 months ago

@achtelik Thanks a lot for this contribution! Really appreciate the help!