Prechádzať zdrojové kódy

[create]更新中文和英文的 README 文件,移除多余的换行符,优化代码块格式。

dufu1991 1 rok pred
rodič
commit
9faf6720ef

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

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

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

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