metrics

📊 An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!

MIT License

Stars
12.6K
Committers
60

Bot releases are hidden (Show)

metrics - Version 1.3

Published by lowlighter about 4 years ago

📦 New features

  • Add new Prefered license statistic in Repositories section
  • Add new Total gists statistic in Repositories section

💪 Contributors

  • @lowlighter (maintainer)
metrics - Version 1.2

Published by lowlighter about 4 years ago

🔧 Fixes

  • Fixed a bug where lines plugin was erasing data of other plugins like traffic plugin

🦑 Miscellenous

  • Action now print the version number

💪 Contributors

  • @lowlighter (maintainer)
metrics - Version 1.1

Published by lowlighter about 4 years ago

📦 New features

  • Add support for committer_token to allow the use of a different user from token for commits operations

🦑 Miscellenous

  • Action builds are now minified

💪 Contributors

  • @lowlighter (maintainer)
metrics - Version 1.0

Published by lowlighter about 4 years ago

📦 Features

Generated metrics through GitHub GraphQL API which includes :

  • Account data
    • Registration date
    • Followers
    • Commit calendar of last two weeks
    • Recent contributions
  • Activity stats
    • Commits
    • Pull requests reviewed
    • Pull request opened
    • Issues opened
  • Community stats
    • Followed users
    • Sponsorships
    • Starred repositories
    • Watched repositories
  • Repositories insights
    • Stargazers
    • Forks
    • Packages created
    • Watchers
    • Number of lines added/removed (requires lines plugin to be enabled)
    • Number of pages views over last two weeks (requires traffic plugin to be enabled, and a GitHub token with "repo" permissions)
    • Issues opened/closed ratio
    • Pull requests merged/opened ratio
  • Most used languages
  • Website performances (requires pagespeed plugin to be enabled, and a Pagespeed token)

Can be either run as standalone server or through GitHub actions !

💪 Contributors

  • @lowlighter (maintainer)