Skip to content

Commit

Permalink
docs: 完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertLin0923 committed Jan 2, 2024
1 parent 2ae3f0e commit 0240219
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ mango-scripts
一些便捷的前端开发 Node.js 工具包
<p>

> 点击包名链接可阅读相关的文档
|| 说明 |
| --- | --- |
| [@mango-scripts/i18n-utils](packages/i18n-utils) | [mango-i18n-system](https://github.com/AlbertLin0923/mango-i18n-system)  自动国际化文案配置系统的`文案解析器`,用于提取`中文文案key` |
| [@mango-scripts/i18n-utils](packages/i18n-utils) | [mango-i18n-system](https://github.com/AlbertLin0923/mango-i18n-system)  自动国际化文案配置系统的`文案解析器`基于`AST`/`REGEX`用于提取`中文文案key` |
| [@mango-scripts/i18n-scripts](packages/i18n-scripts) | [mango-i18n-system](https://github.com/AlbertLin0923/mango-i18n-system)  自动国际化文案配置系统的`辅助插件合集`,用于下载语言包、转换 vue 文件等 |
| [@mango-scripts/react-scripts](packages/react-scripts) | React Web App 项目构建工具,支持 webpack && rsbuild 双构建引擎切换 |
| [@mango-scripts/esp-config](packages/esp-config) | 一个包含 `eslint``stylelint``prettier`  的配置文件合集 |
| [@mango-scripts/babel-preset-mango](packages/babel-preset-mango) | React Web App 项目通用 Babel 配置 |
| [@mango-scripts/dev-scripts](packages/dev-scripts) | 一些便捷的前端开发脚本,支持自动发布 npm 包、批量转换文件后缀名、git 快捷操作等 |
| [@mango-scripts/utils](packages/utils) | mango-scripts 内部工具库,导出命令行工具常用的第三方依赖库和工具函数 |

> 点击包名链接可阅读相关的文档
## License

[MIT](./LICENSE)
2 changes: 1 addition & 1 deletion packages/i18n-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">
@mango-scripts/i18n-utils
</h1>
<p align="center"><a href="https://github.com/AlbertLin0923/mango-i18n-system" target="__blank" rel="noopener noreferrer">mango-i18n-system</a> 自动国际化文案配置系统的文案解析器,用于提取 中文文案key
<p align="center"><a href="https://github.com/AlbertLin0923/mango-i18n-system" target="__blank" rel="noopener noreferrer">mango-i18n-system</a> 自动国际化文案配置系统的文案解析器,基于 AST / REGEX ,用于提取 中文文案key

<p>
<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mango-scripts/i18n-utils",
"version": "2.0.13",
"description": "mango-i18n-system 自动国际化文案配置系统的文案解析器,用于提取 中文文案key",
"description": "自动国际化文案配置系统的文案解析器,基于 AST / REGEX ,用于提取 中文文案key",
"keywords": [
"mango-scripts",
"i18n-utils",
Expand Down
6 changes: 1 addition & 5 deletions packages/react-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ React Web App 项目构建工具,支持 webpack && rsbuild 双构建引擎切
## 特性

- 支持 [webpack](https://github.com/webpack/webpack) && [rsbuild](https://github.com/web-infra-dev/rsbuild) 双构建引擎切换
- `webapck` 配置基于 [react-scripts@5.0.1](https://github.com/facebook/create-react-app/tree/main/packages/react-scripts) ,使用 `TypeScript` + `Pure ESM` 进行改写,添加一些功能和优化
- `webpack` 配置基于 [react-scripts@5.0.1](https://github.com/facebook/create-react-app/tree/main/packages/react-scripts) ,使用 `TypeScript` + `Pure ESM` 进行改写,添加一些功能和优化
- `rsbuild` 配置对标内部 `webpack` 配置,适用项目快速开发
- 支持 `type:modules` ESM 模式开发项目
- 类似 [craco](https://github.com/dilanx/craco),可通过配置文件对该构建工具进行扩展配置
Expand Down Expand Up @@ -205,7 +205,3 @@ export default defineConfig({
## License

[MIT](./LICENSE)

```
```

0 comments on commit 0240219

Please sign in to comment.