Can you get the number of lines of code from a GitHub repository?

前端 未结 15 1210
庸人自扰
庸人自扰 2020-12-04 04:26

In a GitHub repository you can see “language statistics”, which displays the percentage of the project that’s written in a language. It doesn’t, however, display ho

15条回答
  •  清歌不尽
    2020-12-04 05:14

    There is an extension for Google Chrome browser - GLOC which works for public and private repos.

    Counts the number of lines of code of a project from:

    • project detail page
    • user's repositories
    • organization page
    • search results page
    • trending page
    • explore page

提交回复
热议问题