https://github.com/amankumarconnect/readme-contribution-stats
Dynamic SVG cards for your GitHub README displaying repositories where you've merged PRs.
https://github.com/amankumarconnect/readme-contribution-stats
acwoc acwoc2026 contributions open-source readme statistics svg
Last synced: 5 months ago
JSON representation
Dynamic SVG cards for your GitHub README displaying repositories where you've merged PRs.
- Host: GitHub
- URL: https://github.com/amankumarconnect/readme-contribution-stats
- Owner: amankumarconnect
- Created: 2025-12-21T10:34:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T05:58:49.000Z (6 months ago)
- Last Synced: 2026-01-06T00:24:37.889Z (6 months ago)
- Topics: acwoc, acwoc2026, contributions, open-source, readme, statistics, svg
- Language: JavaScript
- Homepage: https://readme-contribution-stats.aman-kumar-connect.workers.dev
- Size: 83 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Readme Contribution Stats

This tool generates a dynamic SVG card showing the repositories where you have merged PRs. example:

## Usage
Copy-paste the following code into your `README.md`:
```markdown
[](https://github.com/amankumarconnect/readme-contribution-stats)
```
### Configuration
1. **Username**: Replace `YOUR_USERNAME` with your GitHub username.
2. **Sort**: You can add `&sort=contributions` to sort by the number of PRs. The default is `&sort=stars`.
3. **Exclude**: You can add `&exclude=repo1,repo2,owner/repo3` to hide specific repositories from the card. This accepts a comma-separated list of repository names or full repository paths.
Example usage:
```markdown
[](https://github.com/amankumarconnect/readme-contribution-stats)
```
More features and cards are coming soon! Please star the repo ⭐
## Contributing
Contributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.