https://github.com/prince-mendiratta/mass-repo-editor
A program to make static changes to a large number of Github repos using Github API and some linux >:0
https://github.com/prince-mendiratta/mass-repo-editor
Last synced: 7 months ago
JSON representation
A program to make static changes to a large number of Github repos using Github API and some linux >:0
- Host: GitHub
- URL: https://github.com/prince-mendiratta/mass-repo-editor
- Owner: Prince-Mendiratta
- License: gpl-3.0
- Created: 2022-10-29T20:26:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T20:46:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T12:41:22.937Z (9 months ago)
- Language: TypeScript
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mass-repo-editor
A program to make static changes to a large number of Github repos using Github API and some linux >:0The main inspiration behind this project was to resolve [freeCodeCamp/freeCodeCamp#48274](https://github.com/freeCodeCamp/freeCodeCamp/issues/48274) in an effective manner.
Would I rather manually complete this task in a couple of hours or spend a few days automating it? Being a responsible developer, obviously I chose the latter to make this monotonous task a challenge, hence this script here.
## Installation
The only platform this has been tested on is Linux. btw I use arch.```
git clone git@github.com:Prince-Mendiratta/mass-repo-editor.git
cd mass-repo-editor
yarn
npm start
```## Screenshots
To demonstrate the final working of this project and how convenient it is, here's the output -
The final output showing the many PRs together -
