thearavind / Octokit-lite

Performs common use case GitHub operations on multiple repositories efficiently ✨ — Unfork & Add Topics to your repos

Home Page:https://octokit-lite.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octokit-lite

An app to help you perform handy operations for your GitHub repositories (especially during Hacktoberfest!)


At the moment, Octokit lite has the following functionalities:

  • Unfork — identify all the forks that you have made over the months or years and unfork them all!
  • TopicSpace — a handy tool for project maintainers to add topic(s) to all the repositories that you want!

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 any topic you like e.g. Hacktoberfest to the repositories that you own.

Features

  • You can choose multiple topics and apply it to all of the repos you have selected
  • Show list of existing topics that the repositories have
  • Show list of autocompleted topics that user can select after user types in some input (just like in GitHub)
  • Allow users to sort repos by issue count
  • Preview of repo upon hover on repo item: show repo name, description, stars etc like a GitHub repo card

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

Refer to CONTRIBUTING.md.

Other handy tools

About

Performs common use case GitHub operations on multiple repositories efficiently ✨ — Unfork & Add Topics to your repos

https://octokit-lite.vercel.app

License:MIT License


Languages

Language:TypeScript 96.4%Language:CSS 2.0%Language:JavaScript 1.1%Language:Shell 0.5%