Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```