gem2gv
Ruby interface to the GraphViz graphing tool
Install
- All systems
-
curl cmd.cat/gem2gv.sh
- Debian
-
apt-get install ruby-graphviz
- Ubuntu
-
apt-get install ruby-graphviz
- Kali Linux
-
apt-get install ruby-graphviz
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-graphviz
- Raspbian
-
apt-get install ruby-graphviz
- Dockerfile
- dockerfile.run/gem2gv
ruby-graphviz
Ruby interface to the GraphViz graphing tool
Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz.