Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/droidpl/github-migration-scripts
- Owner: droidpl
- Created: 2021-09-14T14:23:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T03:17:03.000Z (over 2 years ago)
- Last Synced: 2024-12-15T23:43:45.594Z (about 2 months ago)
- Topics: migration, scripts
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 scriptTo run the script:
```bash
$ cd rename-repos
$ npm install
$ npm run start
```