mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 18:42:09 +00:00
* feat: added ability to hide specific stats * chore: added docs for ?hide= * chore: fix readme docs * chore: updated docs preview link
36 lines
944 B
Markdown
36 lines
944 B
Markdown
## Github Readme stats
|
|
|
|
Get dynamically generated github stats on your readmes!
|
|
|
|
## How to use
|
|
|
|
Copy paste this into your markdown content and thats it. simple!
|
|
|
|
change the `?username=` value to your GitHubs's username
|
|
|
|
```md
|
|

|
|
```
|
|
|
|
### Hiding certain stats
|
|
|
|
To hide any specific stats you can pass a query parameter `?hide=` with an array of items you wanna hide.
|
|
|
|
> Options: `&hide=["stars","prs","issues","contribs"]`
|
|
|
|
```md
|
|

|
|
```
|
|
|
|
## Demo
|
|
|
|

|
|
|
|
- Hiding specific stats
|
|
|
|

|
|
|
|
Contributions are welcomed! <3
|
|
|
|
Made with :heart: and javascript.
|