Skip to content

Generate a dependencies graph svg with Graphviz

vrenzolaverace edited this page Apr 27, 2023 · 1 revision

Make sure graphviz is available in your system.

depsdev graph npm slice-ansi 6.0.0 > test1.dot
dot -Tsvg test1.dot > test.svg

Read the Graphviz website for more information.

Clone this wiki locally