emerge
emerge copied to clipboard
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 a...
Path returns PosixPath or WindowsPath depending on platform. Tested on python project.
**Is your feature request related to a problem? Please describe.** It seems emerge does not support the popular programming language Golang **Describe the solution you'd like** Support golang
This is a very exciting tool. I try to use it to generate the FILE_RESULT_DEPENDENCY_GRAPH of Java project, and then found a problem. For each Java file, the tool will...
For example: ``` import ast.Visitor; public class Normalizer { visitors = new ArrayList(); visitors.add(new VisitorA ()); public class VisitorA extends Visitor{ } } ``` In this case, `VisitorA` will not...
**Is your feature request related to a problem? Please describe.** I'm having issue setting up Emerge to analyze Zephyr RTOS, a rather large C project. **Describe the solution you'd like**...
.tsx support
**Is your feature request related to a problem? Please describe.** I'm trying to run `emerge` against a big React app codebase. `python emerge.py -c frontend.yml` ``` --- project_name: frontend loglevel:...
**Is your feature request related to a problem? Please describe.** PHP Support **Optional: Additional context** scan file composer.json or composer.lock
**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](https://nixos.org/manual/nix/stable/) and [NixOS](https://nixos.org/manual/nixos/stable) is become the new...
**Describe the bug** I'm trying to exclude test files and other kinds of files from the output graph, but they are always present. **Describe your environment** - Are you using...
**Describe the bug** I'm trying to exclude test files and other kinds of files from the output graph, but they are always present. **Describe your environment** - Are you using...