Skip to content

Latest commit

 

History

182 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Stats Forge logo

GitHub Stats Forge

Dynamically generate GitHub stats cards for your READMEs.

Documentation · Card builder

GitHub Stats Forge renders GitHub stats as SVG cards: contribution stats, top languages, repositories contributed to, pinned repositories, gists, organizations and what they did lately, and WakaTime coding time. This repository holds the library that renders them, the CLI that writes one to a file, and the HTTP server that serves them as a container image. Settle on a card in the card builder, which draws one in your browser from every option it takes.

Installing

The recommended way is the GitHub Action: it renders your cards in a workflow and commits the SVGs, so your README points at files in your own repository rather than at a server that has to be up. The three other ways in:

npx @stats-forge/github-stats-forge-cli           # draw one locally, to an SVG file
npm install @stats-forge/github-stats-forge-core  # call it from your own code

# serve them yourself; cards.env holds the GitHub token
docker run -p 9000:9000 --env-file cards.env ghcr.io/stats-forge/github-stats-forge-server

Documentation

Contribute

Acknowledgements

This repository continues the work of github-stats-extended, which is itself based on github-readme-stats. Big thanks to @anuraghazra, @avgupta456, @rickstaa, @qwerty541, @martin-mfg, and everyone else who worked on these projects! ❤️

About

Dynamically generate GitHub stats cards for your READMEs

Topics

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages