git-jandi
v0.0.2
Published
Display GitHub contribution graphs in your terminal 🌱
Maintainers
Readme
git-jandi 🌱
Display GitHub contribution graphs right in your terminal. No token required.
Install
npm install -g git-jandiUsage
# Run directly with npx (no install needed)
npx git-jandi <username>
# Or after global install
git-jandi <username>Options
| Option | Description |
|--------|-------------|
| --no-streak, -s | Hide streak information |
| --light | Use light theme colors |
| --help, -h | Show help |
| --version, -v | Show version |
Examples
git-jandi leafbird
git-jandi torvalds --light
git-jandi octocat --no-streakFeatures
- Zero configuration — no GitHub token needed
- Zero dependencies — uses only Node.js built-ins
- Cross-platform — works anywhere Node.js 18+ runs
- Streak tracking — shows current and max contribution streaks
- Theme support — dark (default) and light themes
How it works
Fetches the public GitHub contributions page (github.com/users/{username}/contributions) and parses the HTML to extract contribution data. No API token required since this is publicly available data.
Requirements
- Node.js 18 or later
Inspired by
- Kusa — Rust-based GitHub contribution graph CLI
License
MIT
