Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@buster/repos

busterc18MIT4.0.0

Tiny wrapper around github-base for getting publicly available information for a repository, or all of the repositories for one or more users or orgs, from the GitHub API.

all, allpublic, api, commits, create, del, delete, destroy, download, edit, fork, forks, get, github, isstarred, list, paginate, paginated, patch, post, put, repos, repositories, repository, request, revision, star, starred, unstar

readme

@buster/repos

Tiny wrapper around github-base for getting publicly available information for a repository, or all of the repositories for one or more users or orgs, from the GitHub API.

FYI

This is a fork of Jon Schlinkert's repos module, for the sole purpose of making the destination JSON file OPTIONAL when using the CLI. If that is not your desire, then you should just use the original module: repos. FWIW, I have opened a Pull Request.

Install

$ npm install --save @buster/repos

CLI

$ repos <names> [dest]
  • names - one or more comma-separated user names or orgs
  • dest - destination path for JSON file (optional)

You might also be interested in these projects:

Author

Jon Schlinkert

License

Copyright © 2018, Jon Schlinkert. Released under the MIT License.

changelog

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

<summary>Guiding Principles</summary>
  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.
<summary>Types of changes</summary>

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

2.0.0 - 2018-08-19

  • Use the orgs library.

1.0.0 - 2017-09-12

  • Complete refactor

[0.1.0] - 2014-04-04

  • first commit