Skip to content

Commit b9f4b59

Browse files
dtran320claude
andcommitted
Give more credit to ccusage as inspiration and dependency
ccusage by @ryoppippi is the foundation for our usage tracking feature. Added attribution in README and docs with links to the project and author. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8ac1ece commit b9f4b59

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ VibeReps includes built-in skills you can run in Claude Code:
292292
293293
## 📊 Usage Statistics
294294
295-
Track your Claude Code usage alongside exercise data with `vibereps-usage.py`:
295+
Track your Claude Code usage alongside exercise data with `vibereps-usage.py`.
296+
297+
Built on top of [**ccusage**](https://github.com/ryoppippi/ccusage) by [@ryoppippi](https://github.com/ryoppippi) - a fantastic tool for tracking Claude Code token usage and costs. Our usage script was inspired by ccusage's clean table format and adds exercise tracking alongside your coding stats.
296298
297299
```bash
298300
./vibereps-usage.py
@@ -302,7 +304,7 @@ Track your Claude Code usage alongside exercise data with `vibereps-usage.py`:
302304
<img src="assets/vibereps-usage.gif" alt="vibereps-usage demo" width="800">
303305
</p>
304306
305-
This combines [ccusage](https://github.com/ryoppippi/ccusage) output with your exercise log into a single table:
307+
Combines ccusage output with your exercise log into a single table:
306308
307309
```
308310
┌────────────┬───────────────────────────────────────┬───────────┬───────────┬───────────────┬──────────────┬───────────────┬─────────────┬───────────────────────────┐

docs/advanced/monitoring.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ View your Claude Code usage alongside exercise data with `vibereps-usage`.
66
<img src="/vibereps-usage.gif" alt="vibereps-usage demo" style="max-width: 100%; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
77
</p>
88

9+
## Powered by ccusage
10+
11+
This feature is built on [**ccusage**](https://github.com/ryoppippi/ccusage) by [@ryoppippi](https://github.com/ryoppippi) - an excellent CLI tool for tracking Claude Code token usage and costs. We were inspired by ccusage's clean table format and built `vibereps-usage.py` to add exercise data alongside your coding stats.
12+
13+
If you just want Claude Code usage tracking without exercise data, ccusage is all you need:
14+
15+
```bash
16+
npm install -g ccusage
17+
ccusage daily
18+
```
19+
920
## Quick Start
1021

1122
```bash

0 commit comments

Comments
 (0)