Open abelsiqueira opened 2 years ago
For instance
curl "https://api.github.com/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
For instance