Просмотр исходного кода

[create] 更新版本号至0.1.1

dufu1991 1 год назад
Родитель
Сommit
038153c9de
3 измененных файлов с 1 добавлено и 65 удалено
  1. 0 32
      packages/create-stdf/README.md
  2. 0 32
      packages/create-stdf/README_CN.md
  3. 1 1
      packages/create-stdf/package.json

+ 0 - 32
packages/create-stdf/README.md

@@ -6,14 +6,11 @@ A CLI for creating new [STDF](https://stdf.design) projects. Just run...
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf
 pnpm create stdf
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest
 npm create stdf@latest
 # or
 # or
@@ -21,21 +18,16 @@ npm init stdf@latest
 # or
 # or
 npx create-stdf@latest
 npx create-stdf@latest
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf
 bun create stdf
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf
 yarn create stdf
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 ...and follow the prompts.
 ...and follow the prompts.
@@ -44,72 +36,56 @@ You can also directly specify the project name and the template you want to use
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf my-app
 pnpm create stdf my-app
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest my-app
 npm create stdf@latest my-app
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf my-app
 bun create stdf my-app
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf my-app
 yarn create stdf my-app
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 If you want to use the **SvelteKit + Tailwind + STDF** template, run:
 If you want to use the **SvelteKit + Tailwind + STDF** template, run:
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf my-app --template skt
 pnpm create stdf my-app --template skt
 # or
 # or
 pnpm create stdf my-app -t skt
 pnpm create stdf my-app -t skt
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest my-app --template skt
 npm create stdf@latest my-app --template skt
 # or
 # or
 npm create stdf@latest my-app -t skt
 npm create stdf@latest my-app -t skt
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf my-app --template skt
 bun create stdf my-app --template skt
 # or
 # or
 bun create stdf my-app -t skt
 bun create stdf my-app -t skt
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf my-app --template skt
 yarn create stdf my-app --template skt
 # or
 # or
 yarn create stdf my-app -t skt
 yarn create stdf my-app -t skt
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 Template presets include:
 Template presets include:
@@ -148,32 +124,24 @@ For example:
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf my-app -l zh_CN
 pnpm create stdf my-app -l zh_CN
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest my-app -l zh_CN
 npm create stdf@latest my-app -l zh_CN
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf my-app -l zh_CN
 bun create stdf my-app -l zh_CN
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf my-app -l zh_CN
 yarn create stdf my-app -l zh_CN
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 # License
 # License

+ 0 - 32
packages/create-stdf/README_CN.md

@@ -6,14 +6,11 @@
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf
 pnpm create stdf
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest
 npm create stdf@latest
 # 或
 # 或
@@ -21,21 +18,16 @@ npm init stdf@latest
 # 或
 # 或
 npx create-stdf@latest
 npx create-stdf@latest
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf
 bun create stdf
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf
 yarn create stdf
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 ...然后按照提示进行操作。
 ...然后按照提示进行操作。
@@ -44,72 +36,56 @@ yarn create stdf
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf my-app
 pnpm create stdf my-app
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest my-app
 npm create stdf@latest my-app
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf my-app
 bun create stdf my-app
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf my-app
 yarn create stdf my-app
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 如果要使用 **SvelteKit + Tailwind + STDF** 模板,请运行:
 如果要使用 **SvelteKit + Tailwind + STDF** 模板,请运行:
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf my-app --template skt
 pnpm create stdf my-app --template skt
 # 或
 # 或
 pnpm create stdf my-app -t skt
 pnpm create stdf my-app -t skt
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest my-app --template skt
 npm create stdf@latest my-app --template skt
 # 或
 # 或
 npm create stdf@latest my-app -t skt
 npm create stdf@latest my-app -t skt
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf my-app --template skt
 bun create stdf my-app --template skt
 # 或
 # 或
 bun create stdf my-app -t skt
 bun create stdf my-app -t skt
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf my-app --template skt
 yarn create stdf my-app --template skt
 # 或
 # 或
 yarn create stdf my-app -t skt
 yarn create stdf my-app -t skt
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 模板预设包括:
 模板预设包括:
@@ -148,32 +124,24 @@ yarn create stdf my-app -t skt
 
 
 <!-- :::code-groups -->
 <!-- :::code-groups -->
 <!-- pnpm -->
 <!-- pnpm -->
-
 ```sh
 ```sh
 pnpm create stdf my-app -l zh_CN
 pnpm create stdf my-app -l zh_CN
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- npm -->
 <!-- npm -->
-
 ```sh
 ```sh
 npm create stdf@latest my-app -l zh_CN
 npm create stdf@latest my-app -l zh_CN
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- bun -->
 <!-- bun -->
-
 ```sh
 ```sh
 bun create stdf my-app -l zh_CN
 bun create stdf my-app -l zh_CN
 ```
 ```
-
 <!-- :: -->
 <!-- :: -->
 <!-- yarn -->
 <!-- yarn -->
-
 ```sh
 ```sh
 yarn create stdf my-app -l zh_CN
 yarn create stdf my-app -l zh_CN
 ```
 ```
-
 <!-- ::: -->
 <!-- ::: -->
 
 
 # 许可证
 # 许可证

+ 1 - 1
packages/create-stdf/package.json

@@ -1,6 +1,6 @@
 {
 {
 	"name": "create-stdf",
 	"name": "create-stdf",
-	"version": "0.1.0",
+	"version": "0.1.1",
 	"description": "A CLI for creating new STDF projects",
 	"description": "A CLI for creating new STDF projects",
 	"bin": {
 	"bin": {
 		"create-stdf": "index.js"
 		"create-stdf": "index.js"