gr-aph br-owser A simple web app for traversing large directed graphs.
To build from source you need stack, elm and uglifyjs binaries on PATH. To run the tool you need graphviz and elm-analyse on PATH.
Run make
in the root of the project. This should install grbr
binary on your PATH.
You can use nix to build and install this project including all its dependencies.
Note that elm-analyse
and graphviz
are also installed to the system along side main grbr
binary.
$ git clone git@github.com:jhrcek/grbr.git
$ cd grbr
$ nix-env -i -f nix/release.nix
Run grbr
in a folder containing elm.json.
This should open a browser window showing the module dependencies of the project.
You can browse the module dependencies graph by clicking individual nodes in the graph.