Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github-issue-extractor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-issue-extractor

Extracts issues from the specified milestones and generate CSV or JSON.

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

GitHub Issue Extractor

It extracts issues from the specified milestones and output it in .csv format.

Sample

Here is sample.csv generated for the sample milestone with the following command:

$ node ./index.js yaru22/github-issue-extractor 1

And this is the corresponding spreadsheet generated from sample.csv above (formatting was done manually).

Usage

You need to have an access token in order to use this script. Go to Settings -> Applications to generate a new token. Copy and paste it into configs/github.json (see configs/github.sample.json).

Once you have done that, the following command, for example, will extract issues from milestone 1, 12, 13 in repo yaru22/hello.

$ node ./index.js yaru22/hello 1 12 13

Make sure you have an access to the repo in case it's a private repo.

Keywords

FAQs

Package last updated on 16 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc