This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

github-api-cli

0.1.0 • Public • Published

github-api-cli

A read-only CLI tool for fetching github resources from Github REST v3 API and writing them stdout as JSON.

To install:

npm install -g github-api-cli

usage

Fetches and merges all pages of code.search while obeying rate limits:

github-api-cli get search code q='filename:package.json org:g-k' per_page=100

Optionally uses a Github PAT provided as the env var GITHUB_TOKEN to authenticate:

GITHUB_TOKEN=mypat github-api-cli get search code q='filename:package.json org:g-k'

Readme

Keywords

Package Sidebar

Install

npm i github-api-cli

Weekly Downloads

0

Version

0.1.0

License

MPL-2.0

Unpacked Size

19.7 kB

Total Files

4

Last publish

Collaborators

  • hwine
  • g-kmoz
  • kkleemola-moz