code-dash 1.0.0 → 1.0.1
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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Code-Dash
|
|
2
2
|
|
|
3
3
|
A local analytics dashboard for your [Claude Code](https://claude.ai/code) sessions.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ Reads `~/.claude/` and shows you token usage, costs, tool activity, session hist
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx
|
|
10
|
+
npx code-dash
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Then open http://localhost:3000 (it opens automatically).
|
|
@@ -46,8 +46,8 @@ No data leaves your machine.
|
|
|
46
46
|
## Install globally
|
|
47
47
|
|
|
48
48
|
```bash
|
|
49
|
-
npm install -g
|
|
50
|
-
|
|
49
|
+
npm install -g code-dash
|
|
50
|
+
code-dash
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
## License
|