GitXplorerGitXplorer
j

fast-delete

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
de104eeb96d5f8062e6f83affee7611fc91034a6

build

jjakob-kruse committed 2 years ago
Unverified
d28cf2bcaeffb1afeda7604f3e3ca6fcf0652302

add prettier and github archive repo

jjakob-kruse committed 2 years ago
Unverified
884125b4dc84b61b3097134e345c508856ed4c34

Fix banner

committed 2 years ago
Unverified
80e1cdf9b7a259c26b2859959a7541b8cbbf78e9

Add Readme

committed 2 years ago
Unverified
31574cb758e1ecdc20c74c1fe5748d43e55c2361

add github module and add visible check

committed 2 years ago
Unverified
e2d47a4581b993f5bbd6559ff8f19d39a25d3e93

Init with fly io

committed 2 years ago

README

The README file for this repository.

fast-delete

A userscript to speed up deletion of repos/projects where verification is needed.

Note: You need Violentmonkey / Tampermonkey etc.

Install

Supported

  • GitHub.com
  • Fly.io

Note that support might break, if the website updates.

Development / Building

The userscript is written in Typescript and bundled by tsup.

Clone this repo

git clone https://github.com/jakob-kruse/fast-delete

Install Dependencies

pnpm install

Develop

Rebuilds on changes to the source files.

pnpm dev

Build

Build the userscript once.

pnpm build