Bläddra i källkod

[create] 更新版本号至0.1.1

dufu1991 1 år sedan
förälder
incheckning
038153c9de
3 ändrade filer med 1 tillägg och 65 borttagningar
  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 -->
 <!-- pnpm -->
-
 ```sh
 pnpm create stdf
 ```
-
 <!-- :: -->
 <!-- npm -->
-
 ```sh
 npm create stdf@latest
 # or
@@ -21,21 +18,16 @@ npm init stdf@latest
 # or
 npx create-stdf@latest
 ```
-
 <!-- :: -->
 <!-- bun -->
-
 ```sh
 bun create stdf
 ```
-
 <!-- :: -->
 <!-- yarn -->
-
 ```sh
 yarn create stdf
 ```
-
 <!-- ::: -->
 
 ...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 -->
 <!-- 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** template, run:
 
 <!-- :::code-groups -->
 <!-- pnpm -->
-
 ```sh
 pnpm create stdf my-app --template skt
 # or
 pnpm create stdf my-app -t skt
 ```
-
 <!-- :: -->
 <!-- npm -->
-
 ```sh
 npm create stdf@latest my-app --template skt
 # or
 npm create stdf@latest my-app -t skt
 ```
-
 <!-- :: -->
 <!-- bun -->
-
 ```sh
 bun create stdf my-app --template skt
 # or
 bun create stdf my-app -t skt
 ```
-
 <!-- :: -->
 <!-- yarn -->
-
 ```sh
 yarn create stdf my-app --template skt
 # or
 yarn create stdf my-app -t skt
 ```
-
 <!-- ::: -->
 
 Template presets include:
@@ -148,32 +124,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

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

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

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