Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tegarimansyah/github_declutter
Declutter your unused repo
https://github.com/tegarimansyah/github_declutter
daisyui declutter github-api sveltekit tailwindcss
Last synced: 21 days ago
JSON representation
Declutter your unused repo
- Host: GitHub
- URL: https://github.com/tegarimansyah/github_declutter
- Owner: tegarimansyah
- License: mit
- Created: 2021-05-02T02:51:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T00:37:20.000Z (11 months ago)
- Last Synced: 2024-04-23T19:05:13.373Z (9 months ago)
- Topics: daisyui, declutter, github-api, sveltekit, tailwindcss
- Language: Svelte
- Homepage: https://github-declutter.tegar.my.id
- Size: 863 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Declutter
Declutter your unused repo. Create your github personal access token, give permission for these scopes:
* repo => To access your repo
* delete_repo => To delete your repothen declutter your repo.
![docs/img/screenshot.png](docs/img/screenshot.png)
## Why I create this?
I create my github account when I can't really code, but I have a ton of ideas. Each ideas, I will create a repo but that's only half-baked code. Now I want to make my github profile more professional-look that show case my capabilities, removing unused repo and not mix up decent repos with my broken repos. Hope this can also help you.
Well, at least I relief github from hundreds of megabytes of my trash code.
## Tech Stack:
* [SvelteKit](https://svelte.dev/)
* [Github Rest API](https://docs.github.com/en/rest) called by [axios](https://axios-http.com/docs/intro)
* [Tailwind CSS](https://tailwindcss.com/) (some from [Tailwind UI](https://tailwindui.com))
* [DaisyUI](https://daisyui.com/)## Development
```sh
$ npm install
$ npm run dev -- --host
```## Contribution
* Bug report -> [Create Bug report issue](https://github.com/tegarimansyah/github_declutter/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=)
* Feature request -> [Create Feature Request issue](https://github.com/tegarimansyah/github_declutter/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=)
* Ask something? -> [Create issue](https://github.com/tegarimansyah/github_declutter/issues/new) or [mention @tegar_imansyah in twitter](https://twitter.com/intent/tweet?text=@tegar_imansyah%20github-declutter.tegar.my.id)
* Code contribution -> Read [CONTRIBUTING.md](CONTRIBUTING.md)## Find it helpful?
* Share your story to your social media. Please also let me know by mentioning [@tegar_imansyah](https://twitter.com/intent/tweet?text=@tegar_imansyah%20github-declutter.tegar.my.id) and I will share your story in our use case.
## License: MIT