TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bulk delete packages from your GitHub registry

1 pointsby skarlso7 months ago

1 comment

skarlso7 months ago
Hello folks.<p>Thought I&#x27;d share a small script I wrote for this annoying Github registry issue to delete container type packages.<p>The problem I found if your package has `&#x2F;` in it it wouldn&#x27;t find it using the REST api. So we need to escape that using %2F. That works and the script does this for you.<p>Anyways, I linked the gist that contains the script. It could be further enhanced to work for Organizations or other types like docker npm, etc.