Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techgaun/gh-issue-cp
Copy issues in github repos with ease
https://github.com/techgaun/gh-issue-cp
github github-api github-issues golang golang-application golang-tools
Last synced: 21 days ago
JSON representation
Copy issues in github repos with ease
- Host: GitHub
- URL: https://github.com/techgaun/gh-issue-cp
- Owner: techgaun
- License: apache-2.0
- Created: 2017-03-23T02:16:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T05:48:17.000Z (over 6 years ago)
- Last Synced: 2024-10-31T12:14:12.292Z (2 months ago)
- Topics: github, github-api, github-issues, golang, golang-application, golang-tools
- Language: Go
- Size: 3.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-issue-cp
> Copy issues in github repos with ease
This tool is for mass-copying the issues from one github repository to another.
### Setup
- [Download the binary](https://github.com/techgaun/gh-issue-cp/raw/master/gh-issue-cp)
- Set executable bit : `chmod a+x gh-issue-cp`
- Get [personal access token](https://github.com/settings/tokens)
- `GH_TOKEN= ./gh-issue-cp techgaun/repo1 techgaun/repo2`