alejo4373 / gh_commit_tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Pull Requests Downloader

JavaScript program to download all the pull requests from a given repo regardless of whether they are open or not.

Setup

  1. Clone this repo and cd into it.

  2. Install dependencies

  npm i
  1. Create a forks folder
  mkdir forks
  1. Invoke script with a repo name like so "alejo4373/gh_pullrequests"
  node index.js "username/a_repo"

About


Languages

Language:JavaScript 100.0%