diff --git a/README.md b/README.md index 6d3f6e01a..95d0ef60a 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,15 @@ To get started with Rslib, see the [Quick start](https://rslib.rs/guide/start/qu Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture. -| Name | Description | -| ----------------------------------------------------- | ------------------------ | -| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | -| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | -| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | -| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | -| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | +| Name | Description | Version | +| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | npm version | ## 🔗 Links diff --git a/README.zh-CN.md b/README.zh-CN.md index 16cc62b76..343dbe642 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -49,15 +49,15 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统 Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。 -| 名称 | 描述 | -| ----------------------------------------------------- | -------------- | -| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | -| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | -| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | -| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | -| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | +| 名称 | 描述 | 版本 | +| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | npm version | ## 🔗 链接 diff --git a/website/docs/en/guide/start/index.mdx b/website/docs/en/guide/start/index.mdx index c947429c5..2ae3d6a41 100644 --- a/website/docs/en/guide/start/index.mdx +++ b/website/docs/en/guide/start/index.mdx @@ -40,15 +40,15 @@ The following diagram illustrates the relationship between Rslib and other tools Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture. -| Name | Description | -| ----------------------------------------------------- | ------------------------ | -| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | -| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | -| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | -| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | -| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | +| Name | Description | Version | +| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | npm version | ## 🔗 Links diff --git a/website/docs/zh/guide/start/index.mdx b/website/docs/zh/guide/start/index.mdx index 8fab9ad8c..7df7fec73 100644 --- a/website/docs/zh/guide/start/index.mdx +++ b/website/docs/zh/guide/start/index.mdx @@ -42,15 +42,15 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统 Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。 -| 名称 | 描述 | -| ----------------------------------------------------- | -------------- | -| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | -| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | -| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | -| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | -| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | +| 名称 | 描述 | 版本 | +| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | npm version | ## 🔗 链接