mirror of
https://github.com/davidfraser/pyan.git
synced 2026-01-10 23:07:59 -05:00
visualize_pyan_architecture.sh: change the options to get one clear graph of everything
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
./pyan.py pyan/*.py --no-uses --defines --grouped --nested-groups --colored --dot --annotated >defines.dot
|
||||
./pyan.py pyan/*.py --uses --no-defines --grouped --nested-groups --colored --dot --annotated >uses.dot
|
||||
dot -Tsvg defines.dot >defines.svg
|
||||
dot -Tsvg uses.dot >uses.svg
|
||||
echo -ne "Pyan architecture: generated defines.svg and uses.svg\n"
|
||||
echo -ne "Pyan architecture: generating architecture.{dot,svg}\n"
|
||||
./pyan.py pyan/*.py --no-defines --uses --colored --annotate --dot -V >architecture.dot 2>architecture.log
|
||||
dot -Tsvg architecture.dot >architecture.svg
|
||||
|
||||
Reference in New Issue
Block a user