GitHub Stats on your Profile Readme
✨ GitHub Stats
Total Stars Earned 857
Total Commits 4193
Total Commits (2024) 687 ╔═╗
Total PRs 84 ╠═╣
Total Issues 201 ╩ ╩
Contributed to (2024) 26
✨ Most Used Languages
TypeScript 61.26% >>>>>>>>>>>>>>>----------
JavaScript 18.01% >>>>>--------------------
Less 13.08% >>>----------------------
CSS 1.98% -------------------------
HTML 1.58% -------------------------
📦 Awesome NPM Packages
-
Save the README file after copy-pasting the following special comments. Your GitHub stats will show up in between.
<!--START_SECTION:stats--> <!--END_SECTION:stats--> <!--START_SECTION:stats:langs--> <!--END_SECTION:stats:langs--> <!--START_SECTION:npm-packages--> <!--END_SECTION:npm-packages-->
-
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.
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