Skip to content

Commit 63bfefb

Browse files
authored
docs: add version badges to Rstack tools table (#11321)
* docs: add version badges to Rstack toolstable * docs * docs: add to ecosystem * fix
1 parent 1e3a0c1 commit 63bfefb

File tree

7 files changed

+38
-32
lines changed

7 files changed

+38
-32
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Read [Introduction](https://rspack.rs/guide/start/introduction) for details.
3333

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

36-
| Name | Description |
37-
| ----------------------------------------------------- | ------------------------ |
38-
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler |
39-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool |
40-
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool |
41-
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
42-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
43-
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
44-
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter |
36+
| Name | Description | Version |
37+
| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38+
| [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> |
39+
| [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> |
40+
| [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> |
41+
| [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> |
42+
| [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> |
43+
| [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> |
44+
| [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> |
4545

4646
## Getting started
4747

README.zh-CN.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Rspack 是一个基于 Rust 编写的高性能 JavaScript 打包工具,它提
3232

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

35-
| 名称 | 描述 |
36-
| ----------------------------------------------------- | -------------- |
37-
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 |
38-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 |
39-
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 |
40-
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
41-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
42-
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
43-
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码分析工具 |
35+
| 名称 | 描述 | 版本 |
36+
| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
37+
| [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> |
38+
| [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> |
39+
| [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> |
40+
| [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> |
41+
| [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> |
42+
| [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> |
43+
| [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> |
4444

4545
## 快速上手
4646

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Rstack is a unified JavaScript toolchain built around Rspack, with high performa
3737

3838
[Rstest](https://github.com/web-infra-dev/rstest) is a testing framework powered by Rspack. It delivers comprehensive, first-class support for the Rspack ecosystem, enabling seamless integration into existing Rspack-based projects.
3939

40+
### Rslint
41+
42+
<Tag color="geekblue">Linter</Tag>
43+
44+
[Rslint](https://github.com/web-infra-dev/rslint) is a high-performance JavaScript and TypeScript linter written in Go. It offers strong compatibility with the ESLint and TypeScript-ESLint ecosystem, allowing for seamless replacement, and provides lightning-fast linting speeds.
45+
4046
## Community integrations
4147

4248
### Angular Rspack

website/docs/en/misc/team/core-team.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { RandomMemberList } from '@components/RandomMemberList.tsx';
22

33
# Core team
44

5-
The development of Rspack stack is led by ByteDance's web infra team and driven together with community contributors on several core projects, including [Rspack](https://github.com/web-infra-dev/rspack), [Rsbuild](https://github.com/web-infra-dev/rsbuild), [Rspress](https://github.com/web-infra-dev/rspress), [Rsdoctor](https://github.com/web-infra-dev/rsdoctor), [Rslib](https://github.com/web-infra-dev/rslib) and [Rstest](https://github.com/web-infra-dev/rstest).
5+
The development of Rspack stack is led by ByteDance's web infra team and driven together with community contributors on several core projects, including [Rspack](https://github.com/web-infra-dev/rspack), [Rsbuild](https://github.com/web-infra-dev/rsbuild), [Rspress](https://github.com/web-infra-dev/rspress), [Rsdoctor](https://github.com/web-infra-dev/rsdoctor), [Rslib](https://github.com/web-infra-dev/rslib), [Rstest](https://github.com/web-infra-dev/rstest) and [Rslint](https://github.com/web-infra-dev/rslint).
66

77
Current members of the Rspack team are listed in random order below.
88

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优
3636

3737
[Rstest](https://github.com/web-infra-dev/rstest) 是一个基于 Rspack 的测试框架,它为 Rspack 生态提供了全面、一流的支持,能够轻松集成到现有的 Rspack 项目中。
3838

39+
### Rslint
40+
41+
<Tag color="geekblue">代码检查工具</Tag>
42+
43+
[Rslint](https://github.com/web-infra-dev/rslint) 是一个用 Go 语言编写的高性能 JavaScript 和 TypeScript 代码检查工具。它与 ESLint 及 TypeScript-ESLint 生态系统高度兼容,可实现无缝替换,并提供极快的代码检查速度。
44+
3945
## 社区集成
4046

4147
### Angular Rspack

website/docs/zh/misc/team/core-team.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { RandomMemberList } from '@components/RandomMemberList.tsx';
22

33
# 核心团队
44

5-
Rspack stack 的开发由字节跳动的 web infra 团队主导,并与社区贡献者共同驱动多个核心项目的开发,包括 [Rspack](https://github.com/web-infra-dev/rspack)[Rsbuild](https://github.com/web-infra-dev/rsbuild)[Rspress](https://github.com/web-infra-dev/rspress)[Rsdoctor](https://github.com/web-infra-dev/rsdoctor)[Rslib](https://github.com/web-infra-dev/rslib)[Rstest](https://github.com/web-infra-dev/rstest)
5+
Rspack stack 的开发由字节跳动的 web infra 团队主导,并与社区贡献者共同驱动多个核心项目的开发,包括 [Rspack](https://github.com/web-infra-dev/rspack)[Rsbuild](https://github.com/web-infra-dev/rsbuild)[Rspress](https://github.com/web-infra-dev/rspress)[Rsdoctor](https://github.com/web-infra-dev/rsdoctor)[Rslib](https://github.com/web-infra-dev/rslib)[Rstest](https://github.com/web-infra-dev/rstest)[Rslint](https://github.com/web-infra-dev/rslint)
66

77
目前工作团队成员如下,按照随机顺序排序。
88

website/project-words.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ behaviour
1616
behaviours
1717
Boshen
1818
Brooooooklyn
19+
browserslistrc
1920
builtinscssmodules
2021
builtinspresetenv
2122
builtinswc
2223
bundleless
2324
Bundleless
24-
browserslistrc
2525
bvanjoi
2626
chakra
2727
chapple
@@ -136,8 +136,8 @@ outputlibraryamdcontainer
136136
outputlibraryumdnameddefine
137137
outputwasmloading
138138
perfetto
139-
pftrace
140139
Peschke
140+
pftrace
141141
pmmmwh
142142
proxied
143143
proxying
@@ -150,20 +150,14 @@ Rollup
150150
rome
151151
rsbuild
152152
rsdoctor
153-
Rsdoctor
154-
rsdoctors
155-
rsfamily
156-
Rslib
157153
rslib
158-
rstest
154+
rslint
159155
rspack
160-
Rspack
161156
rspackplugin
162-
Rspeedy
157+
rspeedy
163158
rspress
164-
Rspress
165159
rstack
166-
Rstest
160+
rstest
167161
ruid
168162
ruleoneof
169163
ruleparserdataurlcondition
@@ -205,7 +199,7 @@ vant
205199
verkada
206200
viktoriialurie
207201
weapp
208-
Webpack
202+
webpack
209203
xcode
210204
xcrun
211205
xctrace

0 commit comments

Comments
 (0)