Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmigone/gitmigrate
Utility to migrate projects from GitLab to GitHub
https://github.com/tmigone/gitmigrate
github gitlab migrate
Last synced: 12 days ago
JSON representation
Utility to migrate projects from GitLab to GitHub
- Host: GitHub
- URL: https://github.com/tmigone/gitmigrate
- Owner: tmigone
- Created: 2021-02-26T02:50:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T03:07:07.000Z (over 3 years ago)
- Last Synced: 2024-10-19T19:59:34.170Z (18 days ago)
- Topics: github, gitlab, migrate
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitlab-migrator
Utility to migrate projects from GitLab to GitHub## Usage
Populate `.env` file in root folder with the following:
- GITHUB_TOKEN
- GITLAB_TOKEN
- GITHUB_ORG
- GITLAB_GROUP
- GITLAB_GROUP_ID```bash
npm install
./node_modules/ts-node/dist/bin.js src/index.ts
```