astro-github-stats/README.md
2022-09-25 10:08:57 +02:00

1.5 KiB

Astro GitHub Stats

npm npm npm github

Embed GitHub stats on your Astro page

screenshot

Demo: https://ayco.io/showcase/astro-github-stats

Please report issues found or suggestions in the project issues page

Usage

Install on your Astro project:

npm i astro-github-stats

Then use on your Astro page:

---
import GithubStats from 'astro-github-stats';
---
<GithubStats username="ayoayco" />

Future plans

Initially this is a wrapper for github-readme-stats supporting the basic github account stats card. Other features can be supported later, depending on demand:

  1. repo cards
  2. themes
  3. account top languages

Please report issues found or suggestions in the project issues page