issueminer
v4.0.0
Published
Download all issues from a repository for analysis purposes
Downloads
10
Readme
issueminer
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 issueminerUsage
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.
