Skip to content

Commit 0f1a606

Browse files
authored
docs: add version badges to Rstack tools table (#1153)
1 parent 66c575c commit 0f1a606

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ To get started with Rslib, see the [Quick start](https://rslib.rs/guide/start/qu
4949

5050
Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
5151

52-
| Name | Description |
53-
| ----------------------------------------------------- | ------------------------ |
54-
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler |
55-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool |
56-
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool |
57-
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
58-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
59-
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
60-
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter |
52+
| Name | Description | Version |
53+
| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
54+
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | <a href="https://npmjs.com/package/@rspack/core"><img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
55+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | <a href="https://npmjs.com/package/@rsbuild/core"><img src="https://img.shields.io/npm/v/@rsbuild/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
56+
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | <a href="https://npmjs.com/package/@rslib/core"><img src="https://img.shields.io/npm/v/@rslib/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
57+
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | <a href="https://npmjs.com/package/@rspress/core"><img src="https://img.shields.io/npm/v/@rspress/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
58+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | <a href="https://npmjs.com/package/@rsdoctor/core"><img src="https://img.shields.io/npm/v/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
59+
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | <a href="https://npmjs.com/package/@rstest/core"><img src="https://img.shields.io/npm/v/@rstest/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
60+
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | <a href="https://npmjs.com/package/@rslint/core"><img src="https://img.shields.io/npm/v/@rslint/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
6161

6262
## 🔗 Links
6363

README.zh-CN.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统
4949

5050
Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
5151

52-
| 名称 | 描述 |
53-
| ----------------------------------------------------- | -------------- |
54-
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 |
55-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 |
56-
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 |
57-
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
58-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
59-
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
60-
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 |
52+
| 名称 | 描述 | 版本 |
53+
| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
54+
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | <a href="https://npmjs.com/package/@rspack/core"><img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
55+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | <a href="https://npmjs.com/package/@rsbuild/core"><img src="https://img.shields.io/npm/v/@rsbuild/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
56+
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | <a href="https://npmjs.com/package/@rslib/core"><img src="https://img.shields.io/npm/v/@rslib/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
57+
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | <a href="https://npmjs.com/package/@rspress/core"><img src="https://img.shields.io/npm/v/@rspress/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
58+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | <a href="https://npmjs.com/package/@rsdoctor/core"><img src="https://img.shields.io/npm/v/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
59+
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | <a href="https://npmjs.com/package/@rstest/core"><img src="https://img.shields.io/npm/v/@rstest/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
60+
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | <a href="https://npmjs.com/package/@rslint/core"><img src="https://img.shields.io/npm/v/@rslint/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
6161

6262
## 🔗 链接
6363

website/docs/en/guide/start/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ The following diagram illustrates the relationship between Rslib and other tools
4040

4141
Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
4242

43-
| Name | Description |
44-
| ----------------------------------------------------- | ------------------------ |
45-
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler |
46-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool |
47-
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool |
48-
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
49-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
50-
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
51-
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter |
43+
| Name | Description | Version |
44+
| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
45+
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | <a href="https://npmjs.com/package/@rspack/core"><img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
46+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | <a href="https://npmjs.com/package/@rsbuild/core"><img src="https://img.shields.io/npm/v/@rsbuild/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
47+
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | <a href="https://npmjs.com/package/@rslib/core"><img src="https://img.shields.io/npm/v/@rslib/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
48+
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | <a href="https://npmjs.com/package/@rspress/core"><img src="https://img.shields.io/npm/v/@rspress/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
49+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | <a href="https://npmjs.com/package/@rsdoctor/core"><img src="https://img.shields.io/npm/v/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
50+
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | <a href="https://npmjs.com/package/@rstest/core"><img src="https://img.shields.io/npm/v/@rstest/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
51+
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | <a href="https://npmjs.com/package/@rslint/core"><img src="https://img.shields.io/npm/v/@rslint/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
5252

5353
## 🔗 Links
5454

website/docs/zh/guide/start/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统
4242

4343
Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
4444

45-
| 名称 | 描述 |
46-
| ----------------------------------------------------- | -------------- |
47-
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 |
48-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 |
49-
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 |
50-
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
51-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
52-
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
53-
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 |
45+
| 名称 | 描述 | 版本 |
46+
| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
47+
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | <a href="https://npmjs.com/package/@rspack/core"><img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
48+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | <a href="https://npmjs.com/package/@rsbuild/core"><img src="https://img.shields.io/npm/v/@rsbuild/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
49+
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | <a href="https://npmjs.com/package/@rslib/core"><img src="https://img.shields.io/npm/v/@rslib/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
50+
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | <a href="https://npmjs.com/package/@rspress/core"><img src="https://img.shields.io/npm/v/@rspress/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
51+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | <a href="https://npmjs.com/package/@rsdoctor/core"><img src="https://img.shields.io/npm/v/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
52+
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | <a href="https://npmjs.com/package/@rstest/core"><img src="https://img.shields.io/npm/v/@rstest/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
53+
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | <a href="https://npmjs.com/package/@rslint/core"><img src="https://img.shields.io/npm/v/@rslint/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
5454

5555
## 🔗 链接
5656

0 commit comments

Comments
 (0)