All Projects → moollaza → Repo Remover

moollaza / Repo Remover

Licence: mit
A web app that helps you archive and delete old/unused repos, quickly and easily.

Projects that are alternatives of or similar to Repo Remover

Graphql Kafka Subscriptions
Apollo graphql subscriptions over Kafka protocol
Stars: ✭ 154 (-3.75%)
Mutual labels:  graphql
Knests
Full-stack boilerplate (project/hackathon starter) with Docker/NodeJS/Typescript/GraphQL/React/Material-UI
Stars: ✭ 156 (-2.5%)
Mutual labels:  graphql
Lacinia Pedestal
Expose Lacinia GraphQL as Pedestal endpoints
Stars: ✭ 157 (-1.87%)
Mutual labels:  graphql
Vulcan Next
The Next starter for GraphQL developers
Stars: ✭ 155 (-3.12%)
Mutual labels:  graphql
Graphql Java Spring Boot Example
Sample GraphQL server implemented with graphql-java and Spring Boot
Stars: ✭ 155 (-3.12%)
Mutual labels:  graphql
Reactconfbr
Public infos and issues about React Conf Brasil organization
Stars: ✭ 156 (-2.5%)
Mutual labels:  graphql
Relay Authentication
An example app demonstrating role based authentication and file upload with Relay and GraphQL.
Stars: ✭ 153 (-4.37%)
Mutual labels:  graphql
Next Apollo Auth
Authentication Boilerplate with Next.js and Apollo GraphQL
Stars: ✭ 159 (-0.62%)
Mutual labels:  graphql
Twitter Clone With Graphql Reactnative
Stars: ✭ 155 (-3.12%)
Mutual labels:  graphql
Babel Plugin Graphql Tag
Compiles GraphQL tagged template strings using graphql-tag.
Stars: ✭ 156 (-2.5%)
Mutual labels:  graphql
Gql Query Builder
🔧 Simple GraphQL Query Builder
Stars: ✭ 155 (-3.12%)
Mutual labels:  graphql
Krypton
Free Bulma ICO / Crypto template
Stars: ✭ 155 (-3.12%)
Mutual labels:  bulma
Graphql Jpa
JPA Implementation of GraphQL (builds on graphql-java)
Stars: ✭ 156 (-2.5%)
Mutual labels:  graphql
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (-3.75%)
Mutual labels:  graphql
Graphiql
GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
Stars: ✭ 12,985 (+8015.63%)
Mutual labels:  graphql
Gatsby Plugin Algolia
A plugin to push to Algolia based on graphQl queries
Stars: ✭ 154 (-3.75%)
Mutual labels:  graphql
Countries
🌎 Public GraphQL API for information about countries
Stars: ✭ 156 (-2.5%)
Mutual labels:  graphql
Ferry
Stream-based strongly typed GraphQL client for Dart
Stars: ✭ 160 (+0%)
Mutual labels:  graphql
Portara
Portara directive is a rate limiter / throttler for GraphQL
Stars: ✭ 158 (-1.25%)
Mutual labels:  graphql
Combine Pagination
A JavaScript library for paginating data from multiple sources 🦑
Stars: ✭ 157 (-1.87%)
Mutual labels:  graphql
RepoRemover - The fastest way to archive or delete multiple GitHub repos

Try it now at https://reporemover.xyz

Don't want to use the hosted version? You can run RepoRemover locally using the instructions below.

Demo

RepoRemover Selection UI

How it works

Repo Remover uses Personal Access Token along with the GitHub API to get a list of your personal repositories, and make changes to them.

Once you've provided a Personal Access Token, you can select which of your repos to modify, set the selected repos to be either archived or deleted, and then click the button to make the changes!

Before any changes are made, you will be asked to review the list of selected repos, and confirm your decision.

Note: Personal Access Tokens are not stored or saved in any way. For optimal security, we suggest you create a new token each time you use Repo Remover, and delete it when you are done.

Run RepoRemover locally

  1. Fork this repository to your own GitHub account and then clone it to your computer.
  2. Install dependencies
    yarn install
    
  3. Run local server
    yarn serve
    
  4. Visit http://localhost:8080/

Built with

Author

Zaahir Moolla (@zmoolla, zaahir.ca)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].