Skip to content

Commit b7c4d03

Browse files
committed
docs: add npm packages docs
1 parent 1cfc8b9 commit b7c4d03

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rsbuild-plugin-dts",
33
"version": "0.0.14",
4-
"description": "Dts plugin for Rsbuild",
4+
"description": "Rsbuild plugin that provides support for emitting declaration files for Typescript in Rslib",
55
"homepage": "https://lib.rsbuild.dev",
66
"bugs": {
77
"url": "https://github.com/web-infra-dev/rslib/issues"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
11
# Packages
2+
3+
This document showcases all the npm package information maintained by Rslib team.
4+
5+
## @rslib/core
6+
7+
![](https://img.shields.io/npm/v/@rslib/core?style=flat-square&colorA=564341&colorB=F8F5FF)
8+
9+
Rslib core package that provides CLI commands and build capabilities based on Rsbuild.
10+
11+
- [npm](https://npmjs.com/package/@rslib/core)
12+
- [Source Code](https://github.com/web-infra-dev/rslib/tree/main/packages/core)
13+
14+
## rsbuild-plugin-dts
15+
16+
![](https://img.shields.io/npm/v/rsbuild-plugin-dts?style=flat-square&colorA=564341&colorB=F8F5FF)
17+
18+
Rsbuild plugin that provides support for emitting declaration files for Typescript in Rslib.
19+
20+
- [npm](https://npmjs.com/package/rsbuild-plugin-dts)
21+
- [Source Code](https://github.com/web-infra-dev/rslib/tree/main/packages/plugin-dts)
22+
23+
## create-rslib
24+
25+
![](https://img.shields.io/npm/v/create-rslib?style=flat-square&colorA=564341&colorB=F8F5FF)
26+
27+
Used to create a new Rslib project.
28+
29+
- [npm](https://npmjs.com/package/create-rslib)
30+
- [Source Code](https://github.com/web-infra-dev/rslib/tree/main/packages/create-rslib)

0 commit comments

Comments
 (0)