Answers for "how to see how many lines of code in a repo github"

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 "how to see how many lines of code in a repo github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language