Skip to content

Releases: Nannoy/git-folio

v0.1.0 — Initial Release

Choose a tag to compare

@Nannoy Nannoy released this 04 Jun 20:45

@nannoy/git-folio v0.1.0

Embeddable GitHub stats card for developer portfolios — no API token required.

Features

  • 📊 Fetches stars, forks, followers, repos, commits, PRs, issues from public GitHub APIs
  • 🗓 Contribution heatmap (last 52 weeks) via public contributions proxy
  • 🔥 Contribution streak counter
  • 🌐 Top languages bar with colors
  • ⚛️ React component with light/dark/auto theme, accent color, compact/full variants
  • 🔷 Framework-agnostic core (fetchGitHubStats) — use without React
  • TypeScript-first with full type definitions
  • Dual CJS + ESM build

Install

npm install @nannoy/git-folio

Usage

import { GitFolioCard } from "@nannoy/git-folio/react";

<GitFolioCard username="Nannoy" theme="auto" />