https://github.com/yunsii/stats-readme
GitHub Stats on your Profile Readme
https://github.com/yunsii/stats-readme
github-action github-stats readme readme-profile readme-stats
Last synced: 11 months ago
JSON representation
GitHub Stats on your Profile Readme
- Host: GitHub
- URL: https://github.com/yunsii/stats-readme
- Owner: yunsii
- License: mit
- Created: 2022-08-28T08:00:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T10:42:11.000Z (over 1 year ago)
- Last Synced: 2025-04-28T15:53:01.348Z (11 months ago)
- Topics: github-action, github-stats, readme, readme-profile, readme-stats
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Stats Readme
> GitHub Stats on your Profile Readme
## Gallery
✨ GitHub Stats
```text
Total Stars Earned 857
Total Commits 4193
Total Commits (2024) 687 ╔═╗
Total PRs 84 ╠═╣
Total Issues 201 ╩ ╩
Contributed to (2024) 26
```
✨ Most Used Languages
```text
TypeScript 61.26% >>>>>>>>>>>>>>>----------
JavaScript 18.01% >>>>>--------------------
Less 13.08% >>>----------------------
CSS 1.98% -------------------------
HTML 1.58% -------------------------
```
📦 Awesome NPM Packages
| Name | Description | Version | Downloads |
| ---- | ----------- | ------- | --------- |
| postcss-antd-fixes | - | [](https://www.npmjs.com/package/postcss-antd-fixes) | [](https://www.npmjs.com/package/postcss-antd-fixes) |
| fasttext.wasm.js | Node and Browser env supported WebAssembly version of fastText: Library for efficient text classification and representation learning. | [](https://www.npmjs.com/package/fasttext.wasm.js) | [](https://www.npmjs.com/package/fasttext.wasm.js) |
| tagged-classnames-free | Free to use tagged classnames, powered by clsx and tailwind-merge. | [](https://www.npmjs.com/package/tagged-classnames-free) | [](https://www.npmjs.com/package/tagged-classnames-free) |
| unplugin-polish-tagged-templates | Remove unnecessary tagged templates at compile time. | [](https://www.npmjs.com/package/unplugin-polish-tagged-templates) | [](https://www.npmjs.com/package/unplugin-polish-tagged-templates) |
| pixi-tagged-text-plus | TaggedText for pixi.js | [](https://www.npmjs.com/package/pixi-tagged-text-plus) | [](https://www.npmjs.com/package/pixi-tagged-text-plus) |
| tailwindcss-plugin-iconify | Use any SVG icon powered by Iconify for Tailwind CSS, easy to use local icons and figma icons in particular. | [](https://www.npmjs.com/package/tailwindcss-plugin-iconify) | [](https://www.npmjs.com/package/tailwindcss-plugin-iconify) |
| unplugin-svg-sprite | Unified plugin system for svg sprite | [](https://www.npmjs.com/package/unplugin-svg-sprite) | [](https://www.npmjs.com/package/unplugin-svg-sprite) |
| lingui-swc-plugin-patch | A SWC Plugin for LinguiJS | [](https://www.npmjs.com/package/lingui-swc-plugin-patch) | [](https://www.npmjs.com/package/lingui-swc-plugin-patch) |
| @jannajs/lint | > 代码规范初始化工具 | [](https://www.npmjs.com/package/@jannajs/lint) | [](https://www.npmjs.com/package/@jannajs/lint) |
| lingui-message-utils-patch | Make `@lingui/message-utils` generated id without `"/"` | [](https://www.npmjs.com/package/lingui-message-utils-patch) | [](https://www.npmjs.com/package/lingui-message-utils-patch) |
## Usage
- Save the README file after copy-pasting the following special comments. Your GitHub stats will show up in between.
```md
```
- Create a new workflow file (`stats-readme.yml`) inside `.github/workflows/` folder of your repository. You can create it from a template using *the actions* tab of your repository too.
- Clear any existing contents, add the following lines and save the file.
```yml
name: Stats Readme
on:
workflow_dispatch:
schedule:
- cron: "0 21 */2 * *" # Runs at 21:00 UTC on the 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29 and 31st of every month
jobs:
update-readme:
name: Update GitHub Stats
runs-on: ubuntu-latest
steps:
- uses: yunsii/stats-readme@main
with:
npm-packages-author: theprimone
# npm-packages-exclude: demo
# npm-packages-max-show-packages: 10
# npm-packages-version-badge-color: a1b858
# npm-packages-download-badge-color: a1b858
```
## Credits
- [athul/waka-readme](https://github.com/athul/waka-readme)
- [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats)