Skip to content

htin1/code-wrapped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-wrapped

Inspired by cursor.com/2025, code-wrapped is a CLI that generates yearly review for Claude Code user.

Demo

Setup

npm install && npm run build

API Key

Get the ANTHROPIC_ADMIN_KEY from https://console.anthropic.com/settings/admin-keys.

Usage

export ANTHROPIC_ADMIN_KEY="your-admin-key"

// Filter by api key (if you use api key for claude code)
npm start --api-key-id "my-key"

// Filter by user account (if you use subscription for claude code)
npm start --user alice@example.com

// Org data
npm start

// Demo
npm start --demo

Options

Flag Description
-y, --year <year> Year to generate stats for
-o, --output <path> Output file path
-k, --key <key> Admin API key
--api-key-id <id> Filter by API key name
--user <email> Filter by user email
--svg Output as SVG
--demo Generate with sample data

About

view your claude code yearly review

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors