Count Number Of Lines Of Code In Github Repo Code Example


Example 1: count lines of code in github repo


git ls-files | xargs wc -l

Example 2: Count number of lines of code in Git repo


cloc $(git ls-files)

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy