4.0.0 • Published 6 years ago

issueminer v4.0.0

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

issueminer

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 issueminer

Usage

Set your GitHub Token to an environment variable called GITHUB_TOKEN.

issueminer [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.

4.0.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago