4.0.0 • Published 6 years ago

repominer v4.0.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

repominer

npm npm license npm downloads Travis CI status

Download all issues from a repository for analysis purposes

This script will query the GitHub API and will download all issues from a GitHub repository, including closed ones, to a JSON file.

Installation

npm install -g repominer

Usage

Set your GitHub Token to an environment variable called GITHUB_TOKEN.

repominer [options] <owner> <repository>

Options:
  --version      Show version number                                 [boolean]
  --output, -o   Output file                                          [string]
  --verbose, -v  Enable verbose logging             [boolean] [default: false]
  --help         Show help                                           [boolean]

License

The project is licensed under the Apache 2.0 license.