Get a list of repositories for a GitHub account.
-
✏️ Set environment variables. Example:
export GIT_ACCOUNT=senzing
-
Fetch repositories. Example:
curl -s https://api.github.com/orgs/${GIT_ACCOUNT}/repos?per_page=9999 | jq --raw-output '.[]|.full_name'