lee-spec-kit 0.4.3 → 0.4.5
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
|
@@ -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
|
|
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` (영어) | `
|
|
110
|
+
| `-l, --lang <lang>` | `ko` (한국어) 또는 `en` (영어) | `en` |
|
|
111
111
|
| `-d, --dir <dir>` | 설치 디렉토리 | `./docs` |
|
|
112
112
|
| `-y, --yes` | 대화형 프롬프트 스킵 | - |
|
|
113
113
|
|
|
@@ -180,6 +180,9 @@ npx lee-spec-kit update
|
|
|
180
180
|
# agents/ 폴더만 업데이트
|
|
181
181
|
npx lee-spec-kit update --agents
|
|
182
182
|
|
|
183
|
+
# agents/skills 폴더만 업데이트
|
|
184
|
+
npx lee-spec-kit update --skills
|
|
185
|
+
|
|
183
186
|
# feature-base/ 폴더만 업데이트
|
|
184
187
|
npx lee-spec-kit update --templates
|
|
185
188
|
|