Skip to content

xemantic/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xemantic .github Repository

This is the special .github repository for the Xemantic GitHub organization.

Contents

.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

Code Statistics Workflow

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.

Languages Tracked

Kotlin, Java, JavaScript, TypeScript, JSX, Vue, PHP, C#

About

Xemantic Org GitHub repo

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages