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

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable