main shrubtools / nviz / readme
 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
12build:
13    ninja
14    ninja install
15
16examples:
17    nviz
18    nviz -g | dot -Tpng -o build.png
19
20dependencies:
21    C compiler
22    ninja-compatible build tool