No description
.vscode | ||
assets | ||
src | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc.cjs | ||
index.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Astro GitHub Stats ✨
Embed GitHub stats on your Astro page ✨
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:
- repo cards
- themes
- account top languages
Please report issues found or suggestions in the project issues page