mirror of
https://github.com/davidfraser/pyan.git
synced 2026-01-08 23:17:58 -05:00
Update visualize_pyan_architecture.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo -ne "Pyan architecture: generating architecture.{dot,svg}\n"
|
||||
python3 -m pyan pyan/*.py --no-defines --uses --colored --annotate --dot -V >architecture.dot 2>architecture.log
|
||||
dot -Tsvg architecture.dot >architecture.svg
|
||||
dot -Tsvg architecture.dot >architecture.svg
|
||||
|
||||
Reference in New Issue
Block a user