benbalter / count-org-loc

Count total lines of code across a GitHub organization
MIT License
110 stars 129 forks source link

Add user support #5

Closed supersimple33 closed 2 years ago

supersimple33 commented 2 years ago

I have made it so that if you put in a GitHub user's username it will pull all of the GH repos they have created or forked and will run the same math as before. (Note currently this counts all commits regardless of author however if I get to it I will add support for only counting lines authored by the user. However, I figured that should be a separate feature and command)