{"id":13777686,"url":"https://github.com/lyqht/Octokit-lite","last_synced_at":"2025-05-11T11:34:05.274Z","repository":{"id":37212545,"uuid":"503176329","full_name":"lyqht/Octokit-lite","owner":"lyqht","description":"🐙 Web UI to perform GitHub operations on multiple repositories","archived":false,"fork":false,"pushed_at":"2024-10-06T09:29:51.000Z","size":8263,"stargazers_count":15,"open_issues_count":20,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T20:44:29.882Z","etag":null,"topics":["api-routes","dropshift","nextjs","octokit-js","supabase","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://octokit-lite.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lyqht.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-14T02:03:58.000Z","updated_at":"2025-04-09T10:21:47.000Z","dependencies_parsed_at":"2024-11-18T00:31:12.697Z","dependency_job_id":null,"html_url":"https://github.com/lyqht/Octokit-lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyqht%2FOctokit-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyqht%2FOctokit-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyqht%2FOctokit-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyqht%2FOctokit-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyqht","download_url":"https://codeload.github.com/lyqht/Octokit-lite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253559259,"owners_count":21927556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-routes","dropshift","nextjs","octokit-js","supabase","tailwindcss","typescript"],"created_at":"2024-08-03T18:00:47.267Z","updated_at":"2025-05-11T11:34:03.118Z","avatar_url":"https://github.com/lyqht.png","language":"TypeScript","funding_links":[],"categories":["Community Tools"],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n    \u003cimg width='160' src='public/logo.png' /\u003e\n    \u003ch1\u003eOctokit-lite\u003c/h1\u003e\n    \u003cp\u003ePerforms GitHub operations on multiple repositories \u003ci\u003eefficiently\u003c/i\u003e\u003c/p\u003e\n    \u003cbr /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\nAt the moment, Octokit lite has the following functionalities:\n- [Unfork](#unfork) \u003cimg width='24' src='public/app_icons/unfork_logo.svg' /\u003e — Delete repos.\n- [TopicSpace](#topicspace) \u003cimg width='24' src='public/app_icons/topicspace_logo.svg' /\u003e — Add topic(s) to repos.\n- [Unlabel](#unlabel) \u003cimg width='24' src='public/app_icons/unlabel_logo.svg' /\u003e — Remove issue label(s) from repos.\n---\n\n**Table of contents**\n\n- [Unfork](#unfork)\n  - [Features](#features)\n  - [Demo](#demo)\n- [TopicSpace](#topicspace)\n  - [Features](#features-1)\n  - [Demo](#demo-1)\n- [Unlabel](#unlabel)\n  - [Features](#features-2)\n  - [Demo](#demo-2)\n- [Tech Stack](#tech-stack)\n- [License](#license)\n- [Contributing](#contributing)\n- [Other handy tools](#other-handy-tools)\n\n---\n\n\n## Unfork\n\nDelete repositories easily with Unfork.\n\n\u003cdetails\u003e\u003csummary\u003eIdea behind Unfork\u003c/summary\u003e\n\nGitHub forks tend to be created for the following reasons:\n1. Following tutorials 📖\n2. Contributing to open source projects (especially during [Hacktoberfest](https://hacktoberfest.com/)!) 💻\n3. GitHub automatically forking stuff for you when you just wanted to view the source code for a particular file of a project 😆\n\nAfter 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.\n\nUnfork helps you to solve that problem **easily** ✨\n\u003c/details\u003e\n\n\u003cimg src='screenshots/unfork_preview.png' width='400' /\u003e\n\n### Features\n\n- [x] View your repository count.\n- [x] You can choose what repos to delete before actually deleting them.\n- [x] View what the forks that you have deleted.\n- [x] Allow users to sort repos by inactivity level (e.g. last repo commit date)\n- [ ] Generates an optional shell command for you to run to backup all the forks that you are going to delete before deleting them.\n\n### Demo\n\n![](screenshots/Octokitlite-Unfork-Demo.gif)\n\n## TopicSpace\n\nApply or delete any topic you like e.g. `Hacktoberfest` to the repositories that you own.\n\n![TopicSpace Preview](screenshots/topicspace_preview.png)\n### Features\n \n- [x] Choose multiple topics and apply it to all of the repos you have selected\n- [x] Show list of existing topics that the repositories have\n- [x] Allow users to sort repos by issue count\n- [ ] Show list of autocompleted topics that user can select after user types in some input (just like in GitHub)\n\n### Demo\n\n![preview of deleting topics using Octokit-lite](screenshots/Octokitlite-TopicSpace-DeleteTopics-Demo.gif)\n\n## Unlabel\n\nRemove label(s) from all issues in the repos you selected. \n\nFor example, when Hacktoberfest is over, you can choose to remove the `hacktoberfest` label from all issues of your projects that participated in Hacktoberfest.\n\n### Features\n\n- [x] Choose multiple issue labels to be removed from repos\n- [x] Show list of existing issue labels that the repositories have\n- [ ] Show number of issues that is tagged to an issue label in the dropdown\n\n### Demo\n\n![](screenshots/Octokitlite-Unlabel-demo.gif)\n\n## Tech Stack\n\nThis project is bootstrapped by:\n- [Typescript Next.js starter by @jpedroschmitz](https://github.com/jpedroschmitz/typescript-nextjs-starter)\n- [Supabase](https://github.com/supabase/supabase/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [DaisyUI](https://github.com/saadeghi/daisyui)\n- [Octokit.js](https://github.com/octokit/octokit.js/)\n\nFor lessons learnt, you can refer to [notes.md](notes.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.\n\n## Contributing\n\n[![Contribute with GitPod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/github.com/lyqht/Octokit-lite/)\n\n[![View CodeSee Map](https://codesee-docs.s3.amazonaws.com/badge.svg)](https://app.codesee.io/maps/public/ca272eb0-4d3e-11ed-a645-2b949c63e59c)\n\nFor more information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Other handy tools\n\n- If you prefer a CLI version of Unfork, there's [delete-github-forks](https://github.com/yangshun/delete-github-forks) by yangshun.\n- If you prefer a CLI version of TopicSpace, there's [hacktoberfest-repo-topic-apply](https://github.com/Hacktoberfest/hacktoberfest-repo-topic-apply) by the official Hacktoberfest team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyqht%2FOctokit-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyqht%2FOctokit-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyqht%2FOctokit-lite/lists"}