1.0.0 • Published 9 years ago

clone-pull-requests v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

clone-pull-requests

Given a source repository and a destination repository, both on GitHub, take all PRs on the source and recreate them on the destination.

Install

$ npm install -g clone-pull-requests

Options

Options:
  --from    source repo         [required]
  --to      destination repo    [required]
  --branch  destination branch  [required]

Example

$ clone-pull-requests --from=leereilly/swot --to=mapbox/swot --branch=master