diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 8c5717ad6..d1ac145e7 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -1,7 +1,7 @@ { "name": "rsbuild-plugin-dts", "version": "0.0.14", - "description": "Dts plugin for Rsbuild", + "description": "Rsbuild plugin that supports emitting declaration files for TypeScript.", "homepage": "https://lib.rsbuild.dev", "bugs": { "url": "https://github.com/web-infra-dev/rslib/issues" diff --git a/website/docs/en/guide/start/npm-packages.mdx b/website/docs/en/guide/start/npm-packages.mdx index 3fbbc74f7..60e9d7198 100644 --- a/website/docs/en/guide/start/npm-packages.mdx +++ b/website/docs/en/guide/start/npm-packages.mdx @@ -1 +1,30 @@ # Packages + +This document showcases all the npm package information maintained by Rslib team. + +## @rslib/core + +![](https://img.shields.io/npm/v/@rslib/core?style=flat-square&colorA=564341&colorB=F8F5FF) + +Rslib core package that provides CLI commands and build capabilities based on Rsbuild. + +- [npm](https://npmjs.com/package/@rslib/core) +- [Source Code](https://github.com/web-infra-dev/rslib/tree/main/packages/core) + +## rsbuild-plugin-dts + +![](https://img.shields.io/npm/v/rsbuild-plugin-dts?style=flat-square&colorA=564341&colorB=F8F5FF) + +Rsbuild plugin that supports emitting declaration files for TypeScript. + +- [npm](https://npmjs.com/package/rsbuild-plugin-dts) +- [Source Code](https://github.com/web-infra-dev/rslib/tree/main/packages/plugin-dts) + +## create-rslib + +![](https://img.shields.io/npm/v/create-rslib?style=flat-square&colorA=564341&colorB=F8F5FF) + +Used to create a new Rslib project. + +- [npm](https://npmjs.com/package/create-rslib) +- [Source Code](https://github.com/web-infra-dev/rslib/tree/main/packages/create-rslib)