See the changelog for updates.
This library is a tiny wrapper around [github-base][], see that project's readme for more information about available options and authentication choices.
{%= apidocs("index.js") %}
See the GitHub API documentation for repositories for more details about the objects returned for each repository.
Option | Type | Default | Description |
---|---|---|---|
filterOrgs |
function |
undefined | Function for filtering organizations from the result. |
filterRepos |
function |
undefined | Function for filtering repositories from the result. |
sort |
boolean |
true |
By default, the returned list is sorted by repository name |
$ repos <names> <dest>
names
- one or more comma-separated user names or orgsdest
- destination path to use, default isrepos.json