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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ClaudeView
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 claudeview
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 claudeview
50
- claudeview
49
+ npm install -g code-dash
50
+ code-dash
51
51
  ```
52
52
 
53
53
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-dash",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Analytics dashboard for your local Claude Code sessions — token usage, activity, and costs.",
5
5
  "type": "module",
6
6
  "bin": {