mirror of
https://github.com/davidfraser/pyan.git
synced 2026-01-09 15:37:57 -05:00
5 lines
236 B
Bash
Executable File
5 lines
236 B
Bash
Executable File
#!/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
|