Skip to content

LarsNeR/GitHubStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GitHubStatistics

Get statistics of git directories.

I use this project to determine the statistics for my github page LarsNeR.github.io. It is not really generalized for custom directory structures.

Statistics

  • Number of repos
  • Lines of code (for specific file endings)
  • Distribution of languages (for specific file endings)

How to start

Arguments:

  • GitHub Root folder
    • The folder in which all git projects are

Preconditions

This project assumes that you have all git projects in one root directory:

  • my_git_folder
    • project1
      • .git
      • src
        • main
          • java
            • Main.java
      • File.java
    • project_abc
      • .git
      • src
        • Main.py
      • target
      • File.py
    • proejct_node
      • .git
      • node_modules
      • src
        • index.html

If you pass the path to my_git_folder it will scan all files in the folders project1, project_abc and project_node. Furthermore it will scan recursively all files in the src folders: project1.src, project_abc.src and project_node.src.

About

Get statistics of git folders

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages