Skip to content

Commit ac9a2ae

Browse files
authored
docs: add version badges to Rstack tools table (#183)
1 parent 63ea7a6 commit ac9a2ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ See [Guide](./GUIDE.md).
3838

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

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

5151
## 🤝 Contribution
5252

0 commit comments

Comments
 (0)