@dylan_jser/claude-code-wrapped 1.0.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Dylan
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,94 @@
1
+ ```
2
+ ╔═╗╦ ╔═╗╦ ╦╔╦╗╔═╗ ╔═╗╔═╗╔╦╗╔═╗ ╦ ╦╦═╗╔═╗╔═╗╔═╗╔═╗╔╦╗
3
+ ║ ║ ╠═╣║ ║ ║║║╣ ║ ║ ║ ║║║╣ ║║║╠╦╝╠═╣╠═╝╠═╝║╣ ║║
4
+ ╚═╝╩═╝╩ ╩╚═╝═╩╝╚═╝ ╚═╝╚═╝═╩╝╚═╝ ╚╩╝╩╚═╩ ╩╩ ╩ ╚═╝═╩╝
5
+ ```
6
+
7
+ <p align="center">
8
+ <i>Your year with Claude Code, beautifully visualized.</i>
9
+ </p>
10
+
11
+ <p align="center">
12
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
13
+ <img src="https://img.shields.io/badge/node-%3E%3D18-green.svg" alt="Node">
14
+ </p>
15
+
16
+ ---
17
+
18
+ ## ┌─ Preview ─┐
19
+
20
+ > Generate a beautiful dashboard showing your Claude Code usage statistics for 2025.
21
+
22
+ **Dashboard**
23
+
24
+ ![Dashboard](https://raw.githubusercontent.com/Dylan-Nihilo/claude-code-wrapped/main/assets/dashboard.png)
25
+
26
+ **CLI**
27
+
28
+ ![CLI](https://raw.githubusercontent.com/Dylan-Nihilo/claude-code-wrapped/main/assets/cli.png)
29
+
30
+ ## ┌─ Quick Start ─┐
31
+
32
+ ```bash
33
+ # Run directly with npx
34
+ npx claude-code-wrapped
35
+
36
+ # Or install globally
37
+ npm install -g claude-code-wrapped
38
+ claude-code-wrapped
39
+ ```
40
+
41
+ ## ┌─ Features ─┐
42
+
43
+ ```
44
+ ┌────────────────────────────────────────────────────────────┐
45
+ │ ★ Beautiful Dashboard Modern HTML report + PNG export │
46
+ │ ★ Terminal TUI ASCII art in your terminal │
47
+ │ ★ Cost Estimation API pricing calculation │
48
+ │ ★ Multi-language English & Chinese support │
49
+ │ ★ Cross-platform macOS / Windows / Linux │
50
+ └────────────────────────────────────────────────────────────┘
51
+ ```
52
+
53
+ ## ┌─ Usage ─┐
54
+
55
+ ```bash
56
+ # Default (English, opens HTML report)
57
+ claude-code-wrapped
58
+
59
+ # Chinese interface
60
+ claude-code-wrapped --lang zh
61
+
62
+ # Terminal only, no HTML
63
+ claude-code-wrapped --no-html
64
+
65
+ # Show help
66
+ claude-code-wrapped --help
67
+ ```
68
+
69
+ ## ┌─ What's Tracked ─┐
70
+
71
+ ```
72
+ ┌──────────────┬─────────────────────────────────┐
73
+ │ Metric │ Description │
74
+ ├──────────────┼─────────────────────────────────┤
75
+ │ Sessions │ Total coding sessions │
76
+ │ Messages │ Messages exchanged with Claude │
77
+ │ Tokens │ Total token consumption │
78
+ │ Models │ Usage breakdown by model │
79
+ │ Projects │ Your most active projects │
80
+ │ Time │ Hourly and weekly patterns │
81
+ │ Cost │ Estimated API cost │
82
+ └──────────────┴─────────────────────────────────┘
83
+ ```
84
+
85
+ ## ┌─ Requirements ─┐
86
+
87
+ - Node.js 18+
88
+ - Claude Code installed and used
89
+
90
+ ---
91
+
92
+ <p align="center">
93
+ <sub>MIT © Dylan</sub>
94
+ </p>