List repositories in a specified GitHub Organization
This module hits the Github API and returns a list of repositories in a specified organization. At the command line, it must be called with a Github oauth access token (following -t). Options include :
format(json, yaml, table)grep(a word to filter the search on)out(output to file)keys(choose data about each repository to see)forked(include forked repositories)
mongodb-js-repo-list <organization> -t <oauth token> [options]mongodb-js-repo-list mongodb-js -t <oauth token> --format table --grep mongoApache 2.0