emerge is a code analysis tool that can be used to gather insights about source code structure, metrics, dependencies and complexity of software projects. It can scan the source code of a project and provide you an interactive web interface to explore and analyze your project by using graph structures (e.g. a dependency graph). -
View it on GitHub