Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertlin0923/mango-scripts
一些便捷的前端开发 Node.js 工具包
https://github.com/albertlin0923/mango-scripts
babel-preset build-tool custom-react-scripts dev-scripts i18n
Last synced: about 1 month ago
JSON representation
一些便捷的前端开发 Node.js 工具包
- Host: GitHub
- URL: https://github.com/albertlin0923/mango-scripts
- Owner: AlbertLin0923
- License: mit
- Created: 2022-05-19T03:50:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T15:10:39.000Z (6 months ago)
- Last Synced: 2024-10-14T10:06:55.718Z (3 months ago)
- Topics: babel-preset, build-tool, custom-react-scripts, dev-scripts, i18n
- Language: TypeScript
- Homepage:
- Size: 2.87 MB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mango-scripts
一些便捷的前端开发 Node.js 工具包> 点击包名链接可阅读相关的文档
| 包 | 说明 |
| --- | --- |
| [@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](https://github.com/webpack/webpack) && [rsbuild](https://github.com/web-infra-dev/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)