@alexgsdev/claude-code-transcript-export 0.1.4 → 0.1.6
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,10 +13,10 @@ precious.
|
|
|
13
13
|
## Install
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
npm install -g
|
|
16
|
+
npm install -g @alexgsdev/claude-code-transcript-export
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
Requires Node 22 or newer.
|
|
19
|
+
Installs the `cctx` command. Requires Node 22 or newer.
|
|
20
20
|
|
|
21
21
|
## Use
|
|
22
22
|
|
|
@@ -122,7 +122,7 @@ does not handle. Run it when output looks wrong.
|
|
|
122
122
|
## Library
|
|
123
123
|
|
|
124
124
|
```ts
|
|
125
|
-
import { discover, readSession, renderTranscript } from '
|
|
125
|
+
import { discover, readSession, renderTranscript } from '@alexgsdev/claude-code-transcript-export';
|
|
126
126
|
```
|
|
127
127
|
|
|
128
128
|
Everything is pure unless its name says otherwise — nothing below the CLI layer
|