@notenkidev/claude-token-dashboard 0.1.2 → 0.1.4

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 +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  ![Project breakdown table](screenshot-2.jpg)
8
8
 
9
+ ## Quick Start (No Install)
10
+
11
+ ```bash
12
+ npx @notenkidev/claude-token-dashboard
13
+ ```
14
+
15
+ Open http://localhost:3000
16
+
9
17
  ## What it shows
10
18
 
11
19
  | Section | Details |
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@notenkidev/claude-token-dashboard",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Visualize your Claude Code token usage by project and date",
5
5
  "bin": {
6
- "claude-token-dashboard": "./bin/cli.js"
6
+ "claude-token-dashboard": "bin/cli.js"
7
7
  },
8
8
  "files": [
9
9
  "app",