lee-spec-kit 0.4.3 → 0.4.4

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +727 -328
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -98,7 +98,7 @@ npx lee-spec-kit doctor
98
98
  npx lee-spec-kit init
99
99
 
100
100
  # 옵션 지정
101
- npx lee-spec-kit init --name my-project --type fullstack --lang ko
101
+ npx lee-spec-kit init --name my-project --type fullstack
102
102
  ```
103
103
 
104
104
  **옵션:**
@@ -107,7 +107,7 @@ npx lee-spec-kit init --name my-project --type fullstack --lang ko
107
107
  | ------------------- | ------------------------------ | ----------- |
108
108
  | `-n, --name <name>` | 프로젝트 이름 | 현재 폴더명 |
109
109
  | `-t, --type <type>` | `single` 또는 `fullstack` | 대화형 선택 |
110
- | `-l, --lang <lang>` | `ko` (한국어) 또는 `en` (영어) | `ko` |
110
+ | `-l, --lang <lang>` | `ko` (한국어) 또는 `en` (영어) | `en` |
111
111
  | `-d, --dir <dir>` | 설치 디렉토리 | `./docs` |
112
112
  | `-y, --yes` | 대화형 프롬프트 스킵 | - |
113
113