This is the special .github repository for the Xemantic GitHub organization.
.github/
├── .github/workflows/
│ ├── code-statistics.yml # Updates code stats in profile ABOUT.md
│ └── ... # Reusable workflow templates for other repos
├── profile/
│ ├── README.md # Organization profile displayed on github.com/xemantic
│ └── ABOUT.md # Detailed about page with code statistics
├── scripts/
│ ├── count-loc.sh # Clones repos and counts lines of code
│ └── update-stats.sh # Updates profile ABOUT.md with statistics
└── README.md # This file
The code-statistics.yml workflow runs:
- Weekly on Sundays at midnight UTC
- On push to main branch
- Via manual trigger
It clones all public non-fork repositories, counts lines of code using cloc, and updates the statistics table in profile/ABOUT.md between the <!-- loc --> markers.
Kotlin, Java, JavaScript, TypeScript, JSX, Vue, PHP, C#