Skip to content

lyqht/Octokit-lite

Repository files navigation

Octokit-lite

Performs GitHub operations on multiple repositories efficiently


At the moment, Octokit lite has the following functionalities:

  • Unfork β€” Delete repos.
  • TopicSpace β€” Add topic(s) to repos.
  • Unlabel β€” Remove issue label(s) from repos.

Table of contents


Unfork

Delete repositories easily with Unfork.

Idea behind Unfork

GitHub forks tend to be created for the following reasons:

  1. Following tutorials πŸ“–
  2. Contributing to open source projects (especially during Hacktoberfest!) πŸ’»
  3. GitHub automatically forking stuff for you when you just wanted to view the source code for a particular file of a project πŸ˜†

After months and years, usually these forks still stay in your repository β€” and that's because of how inconvenient it is to identify and delete the many forks that you have made.

Unfork helps you to solve that problem easily ✨

Features

  • View your repository count.
  • You can choose what repos to delete before actually deleting them.
  • View what the forks that you have deleted.
  • Allow users to sort repos by inactivity level (e.g. last repo commit date)
  • Generates an optional shell command for you to run to backup all the forks that you are going to delete before deleting them.

Demo

TopicSpace

Apply or delete any topic you like e.g. Hacktoberfest to the repositories that you own.

TopicSpace Preview

Features

  • Choose multiple topics and apply it to all of the repos you have selected
  • Show list of existing topics that the repositories have
  • Allow users to sort repos by issue count
  • Show list of autocompleted topics that user can select after user types in some input (just like in GitHub)

Demo

preview of deleting topics using Octokit-lite

Unlabel

Remove label(s) from all issues in the repos you selected.

For example, when Hacktoberfest is over, you can choose to remove the hacktoberfest label from all issues of your projects that participated in Hacktoberfest.

Features

  • Choose multiple issue labels to be removed from repos
  • Show list of existing issue labels that the repositories have
  • Show number of issues that is tagged to an issue label in the dropdown

Demo

Tech Stack

This project is bootstrapped by:

For lessons learnt, you can refer to notes.md.

License

This project is licensed under the MIT License - see the LICENSE.md file for more information.

Contributing

Contribute with GitPod

View CodeSee Map

For more information, refer to CONTRIBUTING.md.

Other handy tools