/bulk-clean-repos

batch clean remote forked repos

Primary LanguageJavaScript

bulk-clean-repos

This project is to showcase how to clean all the forked repos from a git repository using shell and node

Delete all forked repos

  1. Open .bulkrc and update your repos url
  2. npm start or npm run start or npm run-script start
  3. Generate a Authorization Token for repo delete access token
  4. Copy the token and assgin a variable called token to the token in index.sh
  5. sh index.sh

You can also not delete some repos by removing its name from repos.txt if you want to keep those projects.

Requirements

  1. You on mac
  2. Your github repo link
  3. Node Js installed on system
  4. Git Authorization token

Related

Troubleshooting