1nviz
2----
3
4nviz is a tool that reads a build.ninja and dumps a tree graph to stdout. i wrote
5it because i was sick of making graphviz graphs from ninja output when i was debugging
6shinobi. i also made it output graphviz with a -g flag, even though samu already has that,
7just for fun. i think the graphs it emits are ever so slightly prettier.
8
9the vast majority of nviz's code is stolen directly from samurai, so it's under the same
10ISC license that samurai is.
11
12examples:
13 nviz
14 nviz -g | dot -Tpng -o build.png
15
16dependencies:
17 C compiler
18 ninja-compatible build tool