Skip to content

Commit 17c82dd

Browse files
authored
docs: add Rslint and version badges to Rstack tools table (#1227)
1 parent 96188e5 commit 17c82dd

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ Come and chat with us on [Discord](https://discord.gg/wrBPBT6rkM)! The Rstack te
5353

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

56-
| Name | Description |
57-
| ----------------------------------------------------- | ------------------------ |
58-
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler |
59-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool |
60-
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool |
61-
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
62-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
63-
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
56+
| Name | Description | Version |
57+
| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
58+
| [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> |
59+
| [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> |
60+
| [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> |
61+
| [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> |
62+
| [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> |
63+
| [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> |
64+
| [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> |
6465

6566
## 🙌 Code of conduct
6667

README.zh-CN.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ https://github.com/user-attachments/assets/b8bb4ebf-b823-47bc-91ab-2d74f0057ef7
5555

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

58-
| 名称 | 描述 |
59-
| ----------------------------------------------------- | -------------- |
60-
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 |
61-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 |
62-
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 |
63-
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
64-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
65-
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
58+
| 名称 | 描述 | 版本 |
59+
| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
60+
| [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> |
61+
| [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> |
62+
| [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> |
63+
| [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> |
64+
| [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> |
65+
| [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> |
66+
| [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> |
6667

6768
## 🙌 行为准则
6869

scripts/dictionary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ rsbuild
8585
rsdoctor
8686
rsfamily
8787
rslib
88+
rslint
8889
rslog
8990
rspack
9091
rspress
@@ -121,7 +122,6 @@ unplugin
121122
unshift
122123
upath
123124
Viorel
124-
rstest
125125
watchpack
126126
webm
127127
webp

0 commit comments

Comments
 (0)