Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/droidpl/github-migration-scripts

Migration scripts to execute successful migrations from other tools to GitHub
https://github.com/droidpl/github-migration-scripts

migration scripts

Last synced: 4 days ago
JSON representation

Migration scripts to execute successful migrations from other tools to GitHub

Awesome Lists containing this project

README

        

# Migration script

## Introduction

This script helps on renaming in bulk repositories from an organization.

## Executing

To run this program you need to:
- Create a `.env` file in the `rename-repos` directory
- Add a `GITHUB_TOKEN` variable to the `.env` file
- Add the csv file to the `rename-repos` directory with the repositories to rename
- Run the script

To run the script:
```bash
$ cd rename-repos
$ npm install
$ npm run start
```