https://github.com/chrisdothtml/monorepo-issue-migrator
Migrate Github issues from multiple repos into a single repo
https://github.com/chrisdothtml/monorepo-issue-migrator
Last synced: about 2 months ago
JSON representation
Migrate Github issues from multiple repos into a single repo
- Host: GitHub
- URL: https://github.com/chrisdothtml/monorepo-issue-migrator
- Owner: chrisdothtml
- Created: 2019-02-27T00:52:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T20:22:19.000Z (over 7 years ago)
- Last Synced: 2025-01-28T22:44:52.337Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# monorepo-issue-migrator
> Migrate Github issues from multiple repos into a single repo
## Use
### 1. Install deps
```sh
yarn
```
### 2. Populate environment variables
```sh
cp dotenv .env
```
### 3. Run
```
Usage: yarn migrate [args]
Required args
--monorepo: `owner/name` format for the target repo
--org: github org name to migrate issues from
Optional args
--dryrun: log the actions it would take instead of doing it
--exclude: comma separated list of repo names to exclude
Examples
yarn migrate --org=fusionjs --monorepo=fusionjs/fusion
```