Tidy up unneeded git worktrees and branches
$ deno install --global --allow-env --allow-read --allow-run=git jsr:@canac/git-cleanup
Add Package
deno add jsr:@canac/git-cleanup
Import symbol
import * as git_cleanup from "@canac/git-cleanup";
---- OR ----
Import directly with a jsr specifier
import * as git_cleanup from "jsr:@canac/git-cleanup";