Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 971 Bytes

.verb.md

File metadata and controls

29 lines (18 loc) · 971 Bytes

Release history

See the changelog for updates.

Usage

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.

Options

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

CLI

$ repos <names> <dest>
  • names - one or more comma-separated user names or orgs
  • dest - destination path to use, default is repos.json