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

@haibane/cc-boot

v0.1.0

Published

One-command bootstrap for AI coding CLI tools — installs, configures, then hands off to CC Switch

Readme

cc-boot

One-command bootstrap for AI coding CLI tools -- installs, configures, and hands off to CC Switch.

English | 中文

Features

  • One-command setup -- Bootstrap 5 AI coding tools with a single command
  • Supported tools: Claude Code, Codex CLI, Gemini CLI, OpenCode, OpenClaw
  • MCP integration -- Auto-configure popular MCP services (Brave Search, Exa, Tavily, GitHub, GitLab, Slack, Notion, Linear, etc.)
  • API provider presets -- Quick configuration for various API providers
  • Doctor diagnostics -- Verify your environment setup with cc-boot doctor
  • CC Switch handoff -- Seamlessly export config to CC Switch for tool switching
  • Bilingual -- Full Chinese (zh-CN) and English UI support

Install

# Run directly (recommended)
npx cc-boot

# Or install globally
npm i -g cc-boot

Usage

# Interactive menu (default)
cc-boot

# Full initialization
cc-boot init
cc-boot init --all                  # Install all 5 tools
cc-boot init --tools cc,gem,oc      # Install specific tools

# Single tool setup
cc-boot setup claude-code
cc-boot setup gemini-cli

# Environment diagnostics
cc-boot doctor

# Hand off to CC Switch
cc-boot handoff
cc-boot handoff --install

CLI Options

| Flag | Description | |------|-------------| | --all | Install all 5 tools | | --tools <list> | Comma-separated tool list (cc, cx, gem, oc, claw) | | -s, --silent | Non-interactive mode | | -p, --provider <name> | API provider preset | | -k, --api-key <key> | API key | | -u, --api-url <url> | Custom API URL | | --lang <lang> | UI language (zh-CN | en) | | --ai-lang <lang> | AI output language | | --mcp <services> | Comma-separated MCP services | | --no-ccswitch | Skip CC Switch installation |

Programmatic API

import { TOOL_TYPES, TOOL_LABELS, TOOL_ALIASES } from 'cc-boot'

Requirements

  • Node.js >= 18

License

MIT


cc-boot

一键引导 AI 编程 CLI 工具 -- 安装、配置,然后交接给 CC Switch

功能特性

  • 一键配置 -- 一条命令引导 5 个 AI 编程工具
  • 支持工具: Claude Code, Codex CLI, Gemini CLI, OpenCode, OpenClaw
  • MCP 集成 -- 自动配置热门 MCP 服务(Brave Search, Exa, Tavily, GitHub, GitLab, Slack, Notion, Linear 等)
  • API 供应商预设 -- 快速配置各种 API 供应商
  • Doctor 诊断 -- 通过 cc-boot doctor 验证环境配置
  • CC Switch 交接 -- 无缝导出配置到 CC Switch 实现工具切换
  • 双语 -- 完整的中文 (zh-CN) 和英文界面支持

安装

# 直接运行(推荐)
npx cc-boot

# 或全局安装
npm i -g cc-boot

使用方式

# 交互式菜单(默认)
cc-boot

# 完整初始化
cc-boot init
cc-boot init --all                  # 安装全部 5 个工具
cc-boot init --tools cc,gem,oc      # 安装指定工具

# 单个工具配置
cc-boot setup claude-code
cc-boot setup gemini-cli

# 环境诊断
cc-boot doctor

# 交接到 CC Switch
cc-boot handoff
cc-boot handoff --install

要求

  • Node.js >= 18

许可证

MIT