create-unibest 3.0.6 → 3.0.7

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/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
  - 全局安装
19
19
 
20
20
  ```shell
21
- pnpm install -g create-unibest
21
+ npm i -g create-unibest
22
22
  best new my-project
23
23
  ```
24
24
 
package/dist/index.js CHANGED
@@ -611,7 +611,7 @@ async function generateProject(options) {
611
611
  }
612
612
 
613
613
  // package.json
614
- var version = "3.0.6";
614
+ var version = "3.0.7";
615
615
 
616
616
  // src/commands/create.ts
617
617
  import { intro, log } from "@clack/prompts";
@@ -684,12 +684,15 @@ function printHelp() {
684
684
  console.log(color.green("\ncreate-unibest - \u8DE8\u5E73\u53F0\u5F00\u53D1\u6846\u67B6\u811A\u624B\u67B6"));
685
685
  console.log("");
686
686
  console.log(color.blue("\u5168\u5C40\u5B89\u88C5:"));
687
- console.log(" npm install -g create-unibest");
688
- console.log(" best new my-project");
689
- console.log(" best create my-project (new \u540C create)");
687
+ console.log(color.green(" npm i -g create-unibest \u5F97\u5230\u5168\u5C40 best \u547D\u4EE4"));
688
+ console.log(color.green(" best <command> [options]"));
689
+ console.log(color.green(" best new my-project \u521B\u5EFA\u65B0\u7684unibest\u9879\u76EE"));
690
+ console.log(color.green(" best -v \u67E5\u770B\u7248\u672C\u4FE1\u606F"));
691
+ console.log(color.green(" best -h \u67E5\u770B\u5E2E\u52A9\u4FE1\u606F"));
692
+ console.log("");
690
693
  console.log("");
691
694
  console.log(color.blue("\u4E34\u65F6\u4F7F\u7528:"));
692
- console.log(" pnpm create unibest@latest new my-project");
695
+ console.log(color.green(" pnpm create unibest new my-project"));
693
696
  console.log("");
694
697
  }
695
698
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-unibest",
3
3
  "type": "module",
4
- "version": "3.0.6",
4
+ "version": "3.0.7",
5
5
  "description": "快速创建unibest项目的脚手架工具",
6
6
  "author": "",
7
7
  "license": "ISC",