Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
29 changes: 29 additions & 0 deletions website/docs/en/guide/start/npm-packages.mdx
Original file line number Diff line number Diff line change
@@ -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)
Loading