Skip to content

Commit ec5a82b

Browse files
authored
Merge pull request #581 from rajbos/rajbos/add-marketplace-download-badges
Add marketplace and npm download badges to README
2 parents a0da624 + aabaed2 commit ec5a82b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Studio, and the command line. All data is read from local session logs — nothing leaves your machine unless you opt in to cloud sync.
66

77
[![Build](https://github.com/rajbos/github-copilot-token-usage/actions/workflows/build.yml/badge.svg)](https://github.com/rajbos/github-copilot-token-usage/actions/workflows/build.yml)
8+
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/RobBos.AIEngineeringFluency)](https://marketplace.visualstudio.com/items?itemName=RobBos.AIEngineeringFluency)
89

910
## Supported AI engineering tools
1011

@@ -25,6 +26,8 @@ Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Stud
2526

2627
Real-time token usage in the status bar, fluency score dashboard, usage analysis, cloud sync, and more.
2728

29+
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/RobBos.copilot-token-tracker)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)
30+
2831
```bash
2932
# Install from the VS Code Marketplace
3033
ext install RobBos.copilot-token-tracker
@@ -48,6 +51,8 @@ Token usage tracking inside Visual Studio 2022+, reading Copilot Chat session fi
4851

4952
Run anywhere with Node.js — no editor required. Get usage stats, fluency scores, and environmental impact from the terminal.
5053

54+
[![npm downloads](https://img.shields.io/npm/dm/@rajbos/ai-engineering-fluency)](https://www.npmjs.com/package/@rajbos/ai-engineering-fluency)
55+
5156
```bash
5257
npx @rajbos/ai-engineering-fluency stats
5358
```

0 commit comments

Comments
 (0)