@@ -49,15 +49,15 @@ To get started with Rslib, see the [Quick start](https://rslib.rs/guide/start/qu
49
49
50
50
Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
51
51
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 > |
61
61
62
62
## 🔗 Links
63
63
0 commit comments