npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

del-repos

v1.0.3

Published

A command-line tool for bulk deleting GitHub or Gitee repositories

Downloads

23

Readme

⚡ 介绍

del-repos 一个用于批量删除 GitHub 或 Gitee 仓库的命令行工具。

🛠️ 功能

  • 支持 GitHubGitee 平台
  • 批量删除选定的仓库
  • 通过交互式命令行界面选择要删除的仓库

🚀 安装

前提条件

  • 你的电脑上已经安装 Node.js,你可以从 Node.js 官网 下载和安装。

安装步骤

  1. 打开终端
  2. 输入以下命令来安装 del-repos
npm install del-repos -g
# or
pnpm install del-repos -g
  • 选项
    • -v, --version 显示版本号
    • -h, --help 显示帮助信息

🌟 使用

  1. 选择平台(GitHubGitee)。
  2. 输入对应平台的访问令牌(Token)。
  3. 对于 GitHubGitee,工具会打开对应平台的 Token 生成页面。
  4. 工具会获取你的仓库列表,并让你选择要删除的仓库。
  5. 确认选择后,工具将批量删除选定的仓库。

⚠️ 注意事项

  • 删除前请确认待删除的仓库,因为删除的仓库无法恢复。
  • 在使用 del-repos 之前,确保你的 Token 有足够的权限来删除仓库。
  • 如果你遇到任何问题,或者有任何建议,欢迎提交 Issue

🙌 贡献

  • 我们欢迎所有的贡献和建议。如果你想为 del-repos 做出贡献,你可以:
  1. 克隆仓库:
git clone https://github.com/yaolifeng0629/del-repos.git

cd del-repos
  1. 安装依赖:
npm install
# or
pnpm install
  1. 进行开发和测试:
npm run dev
# or
pnpm dev
  • 欢迎提交问题(Issues)和合并请求(Pull Requests)!
  • 感谢所有已经为 del-repos 做出贡献的人!🎉

🚀 星路历程

Stargazers over time