Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding an example on how to run this for all repos in an organization #92

Open
abelsiqueira opened this issue Aug 9, 2022 · 0 comments

Comments

@abelsiqueira
Copy link

For instance

curl "https://github.com/gitapi/orgs/ORGNAME/repos?page=1&per_page=100" > ORG-page-1
cat ORG-page-1 | jq -r '.[].svn_url' > repo-list-page-1.txt
# Repeat for more pages
cat repo-list-page-*.txt > repo-list.txt
fairtally --output-file ORG.html --input-file repo-list.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant