kcachat 0.1.35 → 0.1.37
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 +4 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,10 +3,13 @@
|
|
|
3
3
|
`kakaotalk-chat-analyzer`를 **짧은 npx 이름**으로 실행하기 위한 초경량 래퍼입니다. 기능·CLI·리포트는 전부 본 패키지에 있습니다.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx kcachat@latest
|
|
6
|
+
npx kcachat@latest --local
|
|
7
|
+
npx kcachat@latest
|
|
7
8
|
npx kcachat@latest "./KakaoTalk_Chat_....csv"
|
|
8
9
|
```
|
|
9
10
|
|
|
11
|
+
`KCA_CSV_DIR` 미설정 시 Windows는 `Documents\카카오톡 받은 파일`, macOS는 `~/Downloads`에서 최신 `KakaoTalk*.csv`를 고릅니다. `latest --list` / `--pick N` 지원.
|
|
12
|
+
|
|
10
13
|
### `npx`·버전
|
|
11
14
|
|
|
12
15
|
- **0.1.4+** `kcachat`는 실행할 때마다 `kakaotalk-chat-analyzer@latest` 본체를 받아 실행합니다(네트워크 필요).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kcachat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
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.
|
|
15
|
+
"kakaotalk-chat-analyzer": "^0.16.1"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"kakaotalk",
|