kcachat 0.1.37 → 0.1.38
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 +22 -13
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,25 +1,34 @@
|
|
|
1
1
|
# kcachat
|
|
2
2
|
|
|
3
|
-
`kakaotalk-chat-analyzer
|
|
3
|
+
카카오톡 대화 리포트 CLI [`kakaotalk-chat-analyzer`](https://www.npmjs.com/package/kakaotalk-chat-analyzer)를 **짧은 이름**으로 `npx` 실행하기 위한 래퍼입니다.
|
|
4
|
+
|
|
5
|
+
## 시작 (가장 흔한 경우)
|
|
4
6
|
|
|
5
7
|
```bash
|
|
6
|
-
npx kcachat@latest --local
|
|
7
8
|
npx kcachat@latest
|
|
8
|
-
npx kcachat@latest "./KakaoTalk_Chat_....csv"
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- **경로 생략**: OS 기본 폴더에서 가장 최근 `KakaoTalk*.csv` 자동 선택
|
|
12
|
+
- **Windows**: `문서\카카오톡 받은 파일`
|
|
13
|
+
- **Mac**: `다운로드`
|
|
14
|
+
- **업로드 없이**: `npx kcachat@latest --local`
|
|
15
|
+
|
|
16
|
+
자세한 설명·FAQ: [본 저장소 README](https://github.com/claudianus/kakaotalk-chat-analyzer#3분-안에-시작하기) · [랜딩](https://claudianus.github.io/kakaotalk-chat-analyzer/)
|
|
17
|
+
|
|
18
|
+
## 파일 고르기
|
|
12
19
|
|
|
13
|
-
|
|
20
|
+
```bash
|
|
21
|
+
npx kcachat@latest latest --list
|
|
22
|
+
npx kcachat@latest latest --pick 1
|
|
23
|
+
npx kcachat@latest "C:\경로\KakaoTalk_Chat_....csv"
|
|
24
|
+
```
|
|
14
25
|
|
|
15
|
-
|
|
16
|
-
- 버전 확인: `npx kcachat@latest --version` → **kcachat** 줄 + registry **본체** 버전.
|
|
17
|
-
- 오프라인·고정 버전: `--bundled` 또는 `KCA_BUNDLED=1` (설치 시 함께 깔린 본체).
|
|
18
|
-
- `npx` 캐시 때문에 예전 본체가 보이면 `npx --yes kakaotalk-chat-analyzer@latest --version`으로 본체 버전을 직접 확인하세요.
|
|
26
|
+
## 버전·오프라인
|
|
19
27
|
|
|
20
|
-
|
|
28
|
+
- `kcachat@latest`는 실행 시 **본체 최신**을 받습니다 (`npx` 네트워크 필요).
|
|
29
|
+
- 확인: `npx kcachat@latest --version`
|
|
30
|
+
- 오프라인·고정: `--bundled` 또는 `KCA_BUNDLED=1`
|
|
21
31
|
|
|
22
|
-
|
|
32
|
+
## provenance
|
|
23
33
|
|
|
24
|
-
|
|
25
|
-
- 소개·시작 가이드(랜딩): [GitHub Pages](https://claudianus.github.io/kakaotalk-chat-analyzer/)
|
|
34
|
+
`kcachat`로 만든 리포트에는 생성 도구에 `kcachat … → kca …`가 기록됩니다.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kcachat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"description": "짧은 npx 이름으로 kakaotalk-chat-analyzer(kca) CLI를 실행합니다.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"LICENSE"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"kakaotalk-chat-analyzer": "^0.16.
|
|
15
|
+
"kakaotalk-chat-analyzer": "^0.16.2"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"kakaotalk",
|