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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sobird/claude-code

v1.0.0

Published

Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.

Readme

@sobird/claude-code

npm bun TypeScript Node.js CLI Build Status Install Size

源于一个 59.8 MB 的 JavaScript 源映射文件(Source Map)cli.js.map

📦 安装

npm install -g @sobird/claude-code

进入到你的项目目录并运行 sobird

🛠️ 开发设置

前提条件

  • [x] Node.js 18+ 请自行安装
  • [x] Bun 全局安装 npm i -g bun

克隆和安装

# 克隆仓库
git clone https://github.com/sobird/claude-code.git

# 进入仓库目录
cd claude-code

# 安装依赖
bun install

在开发模式下运行

# 在终端运行(基于当前项目) claude code
bun run dev

构建项目

# 生产环境构建
bun run build

# 在本项目目录运行构建后的版本
node dist/cli.js

# 或者 链接到本机全局命令 sobird,使用sobird命令运行任意项目 (可选)
npm link

🐛 调试

开发模式调试

打开vscode运行和调试面板,选择⚡️ Attach to claude code,点击开始调试(F5)

生产构建调试

按下 command + shift + p,输入 Debug: JavaScript Debug Terminal,回车。 在JavaScript Debug Terminal终端面板下输入:

node dist/cli.js

免责声明

本仓库仅供个人学习、研究、交流和参考使用,请勿将其用于任何商业活动