Template to make / review repositories interactive by their content & size.
pwd
default: diagram.svg
.
Workflow:
Setup workflow manually or use the following steps:
- Use this
template
to create a new repository. - Go to
Settings
tab in repository -> Code and automation$\rightarrow$ Actions-General
Workflow permissions$\rightarrow$ Read and write permissions
in Workflow section (optional ✔️ pull requests).
Note: If diagram is not showing go to Actions
tab in repository -> select last available workflow run
-> Re-run all jobs
.
#Obtain hash & manually insert it in README.md from the raw img src.
git rev-parse HEAD
Triggered by workflow runs action or pushes/pull requests to main branch (raw img).
Note: Interactivity is enabled through web interface.
Azure Web for git repositories (no workflow req.):
#Run in shell subdir
$ "./repo-visualization.sh"
Opening Azure Static Repo Visualization to username/repository on web browser...
#Note: Reload website if you encounter any problems.