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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@4399ywkf/design

v1.3.12

Published

4399ywkf Design React UI Library.

Readme

@4399ywkf/design

NPM version NPM downloads

4399ywkf Design React UI Library.

Usage

TODO

Options

TODO

Development

# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm dev

# 推送到npm包上
$ npm publish

贡献指南

版本发布流程

我们使用 Changeset 来管理版本和发布。

1. 开发完成后添加变更集

npm run changeset

系统会询问:

  • 选择变更类型:patch(修复)、minor(新功能)、major(破坏性变更)
  • 输入变更描述

2. 提交变更集

git add .changeset/
git commit -m "feat: 添加新组件"

3. 自动发布

当 PR 合并到 main 分支后:

  1. GitHub Actions 会自动创建一个 Release PR
  2. Release PR 包含版本更新和 CHANGELOG
  3. 合并 Release PR 后自动发布到 npm

手动发布(可选)

# 更新版本号和生成 CHANGELOG
npm run changeset:version

# 发布到 npm
npm run release

## 7. 配置 npm 发布 token

在 GitHub 仓库设置中添加 secrets:

1. 去 [npm](https://www.npmjs.com) 生成 Access Token
2. 在 GitHub 仓库 Settings → Secrets and variables → Actions
3. 添加 `NPM_TOKEN`

## 使用流程

### 开发阶段
1. 正常开发功能
2. 开发完成后运行:`npm run changeset`
3. 选择变更类型并描述变更
4. 提交代码(包括生成的 changeset文件)

### 发布阶段
1. PR 合并到 main 分支
2. GitHub Actions 自动创建 Release PR
3. 审查 Release PR 中的版本更新和 CHANGELOG
4. 合并 Release PR,自动发布到 npm

### 常用命令
```bash
# 添加变更集
npm run changeset

# 查看待发布的变更
npm run changeset:status  

# 手动更新版本(本地测试用)
npm run changeset:version

# 手动发布(本地测试用)
npm run release

这个配置提供了完整的自动化版本管理方案,你只需要按照上述步骤操作即可!有什么问题随时问我。

LICENSE

MIT