Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 repo

then 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