19980617 / del-repos

Delete Repository is a command-line tool that can help you bulk delete repositories on GitHub. This tool is ideal for developers who need to manage a large number of repositories.

Home Page:https://www.npmjs.com/package/del-repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

del-repos

English | Chinese

⚡introduction

del-repos is a command-line tool that can help you bulk delete repositories on GitHub. This tool is ideal for developers who need to manage a large number of repositories.

🚀 installation

preconditions

You need to install Node.js and npm on your machine. You can download and install it from [Node.js official website] (https://nodejs.org/).

installation steps

  1. Open the terminal, Enter the following command to install del-repos:
pnpm install del-repos

⚠️ using

  1. From the command line, run the following command to start del-repos:
del-repos
  1. Then a Create Token page opens in the browser, and this Token is only used to delete the warehouse.

  2. You will see a prompt for you to choose a platform (currently only Github is supported). After selecting Github, you need to enter your Github token.

  3. del-repos will get all your warehouses and display a list that allows you to select the repositories to delete.

  4. After the selection, del-repos will start to delete the warehouse you selected.

⚠️ considerations for

  • Please use del-repos carefully, as deleted repositories cannot be recovered.
  • before using del-repos, make sure your Github token has sufficient permissions to delete the repository.
  • if you encounter any problems or have any suggestions, you are welcome to submit issue.

🙌 contribution

  • We welcome all contributions and suggestions. If you want to contribute to del-repos, you can:

    • submit bug reports or recommendations
    • submit code improvements or new features
    • improve documentation
  • thanks to all those who have contributed to del-repos! 🎉

About

Delete Repository is a command-line tool that can help you bulk delete repositories on GitHub. This tool is ideal for developers who need to manage a large number of repositories.

https://www.npmjs.com/package/del-repos

License:MIT License


Languages

Language:JavaScript 100.0%