Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://github.com/web-infra-dev/rslib/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=F8F5FF" alt="license" /></a>
</p>

Rslib is a library build tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
Rslib is a library dev tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.

Rslib provides a comprehensive set of build features for library development, including:

Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Rslib

Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
Rslib is a library dev tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rslib/core",
"version": "0.0.16",
"description": "The Rspack-based library build tool.",
"description": "The Rsbuild-based library dev tool.",
"homepage": "https://lib.rsbuild.dev",
"bugs": {
"url": "https://github.com/web-infra-dev/rslib/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Rslib

Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
Rslib is a library dev tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Rslib

Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
Rslib is a library dev tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Rslib is a library build tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
Rslib is a library dev tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.

Rslib provides a comprehensive set of build features for library development, including:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
pageType: home
titleSuffix: ' - Rsbuild-based library build tool'
titleSuffix: ' - Rsbuild-based library dev tool'
---
8 changes: 4 additions & 4 deletions website/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"zh": "快速上手"
},
"subtitle": {
"en": "The Rsbuild-based Library Build Tool",
"zh": "基于 Rsbuild 的库构建工具"
"en": "The Rsbuild-based Library Dev Tool",
"zh": "基于 Rsbuild 的 Library 开发工具"
},
"slogan": {
"en": "Leverage the knowledge and ecosystem of webpack and Rspack",
"zh": "复用 webpack 和 Rspack 的知识和生态"
"en": "Create JavaScript libraries in a simple and intuitive way",
"zh": "以简单直观的方式创建 JavaScript 库"
},
"toolStackTitle": {
"en": "Tool Stack",
Expand Down
2 changes: 1 addition & 1 deletion website/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
lang: 'en',
label: 'English',
title: 'Rslib',
description: 'The Rsbuild-based library build tool',
description: 'The Rsbuild-based library dev tool',
editLink: {
docRepoBaseUrl:
'https://github.com/web-infra-dev/rslib/tree/main/website/docs',
Expand Down
Loading