irivers6119/Generate Architecture Diagrams
Automatically generates architecture diagrams from your codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-path | Path to analyze (default: repository root) | no | . |
| output-path | Output directory for diagrams | no | ./docs/diagrams |
| diagram-types | Comma-separated diagram types (c4,uml,erd,dependency,infrastructure) | no | c4,uml,erd,dependency |
| chart-format | Chart format to use (plantuml, mermaid, or both) | no | both |
| output-formats | Output image formats (png,svg,pdf) | no | png,svg |
| github-token | GitHub token for creating PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| diagrams-generated | Number of diagrams generated |
| output-directory | Directory containing generated diagrams |