Skip to content

tdworz/contributor_collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Collector

Generates a CSV of all repo contributors.

Instructions

Clone repos into ./repos using:

git clone --bare --filter=blob:none https://github.com/user/repo ./repos/repo

Update all repos using:

for repo in ./repos/*; do echo "Updating $repo..."; (cd "$repo" && git fetch origin); done

Generate contributor list.

./collect.rb

About

Collect the top contributors of any Git repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages