@qlover/create-app 0.10.3 → 0.10.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @qlover/create-app
2
2
 
3
+ ## 0.10.6
4
+
5
+ ### Patch Changes
6
+
7
+ #### ♻️ Refactors
8
+
9
+ - **eslint:** Update ESLint configuration and refactor imports across multiple files ([3498985](https://github.com/qlover/fe-base/commit/34989859443b2df9357869ac0d5720783b90d1b8)) ([#556](https://github.com/qlover/fe-base/pull/556))
10
+ - Modified `eslint.config.js` to add a rule for detecting duplicate imports.
11
+ - Refactored import statements in various TypeScript files for improved clarity and organization.
12
+ - Updated `Copyer.ts` to streamline file system operations by consolidating `fs` imports.
13
+ - Enhanced type imports in several files to improve type safety and maintainability.
14
+
15
+ These changes aim to enhance code quality and maintainability across the project.
16
+
17
+ ## 0.10.5
18
+
19
+ ### Patch Changes
20
+
3
21
  ## 0.10.3
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -1,17 +1,36 @@
1
- ## @qlover/create-app
1
+ # @qlover/create-app
2
2
 
3
3
  快速创建和初始化新的应用程序的命令行工具。
4
4
 
5
- ### 安装
5
+ 👉 中文文档 | [English Docs](./README_EN.md)
6
+
7
+ ## 安装
6
8
 
7
9
  ```bash
8
10
  npm install -g @qlover/create-app
9
11
  ```
10
12
 
11
- ### 使用方法
13
+ ## 使用方法
12
14
 
13
15
  你可以通过以下方式使用:
14
16
 
15
17
  ```bash
16
18
  npx @qlover/create-app
17
19
  ```
20
+
21
+ ## 特性
22
+
23
+ - 快速项目脚手架
24
+ - 多种项目模板
25
+ - 交互式命令行界面
26
+ - 自动依赖安装
27
+
28
+ ## 可用模板
29
+
30
+ - React 应用
31
+ - Next.js 应用
32
+ - 更多...
33
+
34
+ ## 许可证
35
+
36
+ ISC