Answers for "number of lines in a github repositroy"

1

count lines of code in github repo

git ls-files | xargs wc -l
Posted by: Guest on January-15-2021

Code answers related to "number of lines in a github repositroy"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language