@dylan_jser/claude-code-wrapped
v1.0.0
Published
Generate your Claude Code year-in-review wrapped report
Maintainers
Readme
╔═╗╦ ╔═╗╦ ╦╔╦╗╔═╗ ╔═╗╔═╗╔╦╗╔═╗ ╦ ╦╦═╗╔═╗╔═╗╔═╗╔═╗╔╦╗
║ ║ ╠═╣║ ║ ║║║╣ ║ ║ ║ ║║║╣ ║║║╠╦╝╠═╣╠═╝╠═╝║╣ ║║
╚═╝╩═╝╩ ╩╚═╝═╩╝╚═╝ ╚═╝╚═╝═╩╝╚═╝ ╚╩╝╩╚═╩ ╩╩ ╩ ╚═╝═╩╝┌─ Preview ─┐
Generate a beautiful dashboard showing your Claude Code usage statistics for 2025.
Dashboard

CLI

┌─ Quick Start ─┐
# Run directly with npx
npx claude-code-wrapped
# Or install globally
npm install -g claude-code-wrapped
claude-code-wrapped┌─ Features ─┐
┌────────────────────────────────────────────────────────────┐
│ ★ Beautiful Dashboard Modern HTML report + PNG export │
│ ★ Terminal TUI ASCII art in your terminal │
│ ★ Cost Estimation API pricing calculation │
│ ★ Multi-language English & Chinese support │
│ ★ Cross-platform macOS / Windows / Linux │
└────────────────────────────────────────────────────────────┘┌─ Usage ─┐
# Default (English, opens HTML report)
claude-code-wrapped
# Chinese interface
claude-code-wrapped --lang zh
# Terminal only, no HTML
claude-code-wrapped --no-html
# Show help
claude-code-wrapped --help┌─ What's Tracked ─┐
┌──────────────┬─────────────────────────────────┐
│ Metric │ Description │
├──────────────┼─────────────────────────────────┤
│ Sessions │ Total coding sessions │
│ Messages │ Messages exchanged with Claude │
│ Tokens │ Total token consumption │
│ Models │ Usage breakdown by model │
│ Projects │ Your most active projects │
│ Time │ Hourly and weekly patterns │
│ Cost │ Estimated API cost │
└──────────────┴─────────────────────────────────┘┌─ Requirements ─┐
- Node.js 18+
- Claude Code installed and used
