Skip to content

amosin/getgithubrepoissues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getgithubrepoissues

This script will return a list of open issues with their URL of a specified Github repo.

Prerequisites: node (tested on v14.11.0)

Clone repo:

git clone https://github.com/amosin/getgithubrepoissues

Install packages:

cd getgithubrepoissues
npm i

Run Script node app.js $Organization $Repo

ex:

node app.js algorand go-algorand

Result is a JSON with all the OPEN repo issues with their respective URL

{ 'Open Issue title': 'URL' }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published