TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bulk delete packages from your GitHub registry

1 点作者 skarlso7 个月前

1 comment

skarlso7 个月前
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.