devez-vibe 0.1.0 → 0.1.2
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 +10 -2
- package/bin/dvz.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,15 @@
|
|
|
10
10
|
npm install -g devez-vibe
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
설치하면 `dvz` 명령을 사용할 수 있습니다.
|
|
14
|
+
|
|
15
|
+
| 요건 | 값 |
|
|
16
|
+
| --- | --- |
|
|
17
|
+
| OS | Windows x64 |
|
|
18
|
+
| Node.js | 18 이상 (설치용. 실행 자체는 네이티브 바이너리) |
|
|
19
|
+
| 전제 | Codex CLI 설치 및 로그인 완료 |
|
|
20
|
+
|
|
21
|
+
현재 Windows x64 빌드만 배포합니다. 다른 플랫폼에서는 `EBADPLATFORM`으로 설치가 거부됩니다.
|
|
14
22
|
|
|
15
23
|
## 사용
|
|
16
24
|
|
|
@@ -45,4 +53,4 @@ dvz update
|
|
|
45
53
|
|
|
46
54
|
## 라이선스
|
|
47
55
|
|
|
48
|
-
MIT. 자세한 내용은 [저장소](https://github.com/MrHoje/Devez-
|
|
56
|
+
MIT. 자세한 내용은 [저장소](https://github.com/MrHoje/Devez-vibe)를 참고하세요.
|
package/bin/dvz.exe
CHANGED
|
Binary file
|