dwkim 1.0.3 → 1.2.0

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 +3 -27
  2. package/dist/index.js +93 -89
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,40 +1,16 @@
1
1
  # dwkim
2
2
 
3
- 터미널에서 바로 만나는 개발자 프로필 & AI 어시스턴트
3
+ > `npx dwkim`
4
4
 
5
- ## 설치
6
-
7
- ```bash
8
- npx dwkim
9
- ```
10
-
11
- 전역 설치를 원한다면:
12
- ```bash
13
- npm install -g dwkim
14
- ```
5
+ 터미널에서 만나는 개발자 프로필 + AI 채팅
15
6
 
16
7
  ## 사용법
17
8
 
18
9
  ```bash
19
10
  dwkim # 프로필 + AI 채팅
20
- dwkim profile # 프로필만 보기
21
- dwkim help # 도움말
11
+ dwkim profile # 프로필만
22
12
  ```
23
13
 
24
- ### 채팅 명령어
25
-
26
- ```
27
- /help 도움말
28
- /status 서버 상태 확인
29
- /clear 대화 초기화
30
- ```
31
-
32
- ## 환경 변수
33
-
34
- | 변수 | 설명 | 기본값 |
35
- |------|------|--------|
36
- | `DWKIM_API_URL` | API 서버 주소 | https://persona-api.fly.dev |
37
-
38
14
  ## 라이선스
39
15
 
40
16
  MIT