# Functions
GetOrganizationRepos returns an aggregated list of all repositories within a GitHub organization, either private or public.
RunGhCliInDir runs any gh command in the specified working directory, because this is not possible to do with the default gh.Exec function.
# Structs
RepositoryFragment is exported so as to be used in GraphQL APIs.
RepositoryInfo contains few details about a given repository.