3 مستودعات
A tool that generates a complete timeline chart of a user's GitHub contributions from account creation to the present day.
Distinct from GitHub Integration Tools: Distinct from GitHub Integration Tools: focuses specifically on visualizing contribution history, not on general GitHub workflow integration.
Explore 3 awesome GitHub repositories matching development tools & productivity · Contribution Visualization Tools. Refine with filters or upvote what's useful.
git-stats is a git statistics analyzer and contribution calendar tool. It extracts commit data from local repositories to visualize contribution frequency and activity patterns through a visual grid of commit activity. The project functions as a local git data exporter and analyzer, converting version history into machine-readable JSON format for external reporting. It utilizes local-first data processing to interpret commit history directly from the system without requiring remote API access. The tool covers developer productivity analytics and git history reporting, providing command-line
Provides a visual grid of commit activity that mimics the contribution heatmaps found on GitHub.
Snk is a GitHub profile readme widget that generates an animated snake visualization from a user's contribution graph data. It transforms the familiar contribution grid into a sequence where a snake moves across the cells, consuming them in order, and outputs the result as an animated SVG or GIF file. The project automates the entire workflow through a daily cron-triggered job, fetching contribution data via the GitHub GraphQL API, constructing the snake animation frame by frame, and exporting the final image. Users can customize the color palette of both the snake and the grid cells to match
Animates a user's GitHub contribution graph as a snake eating cells, outputting as SVG or GIF for profile readmes.
This project is a client-side tool that fetches a GitHub user’s entire contribution history and renders it as a single, continuous timeline chart. It operates entirely in the browser as a single-page application, using the HTML5 Canvas API to draw a pixel-level heatmap where color intensity reflects contribution frequency across every day from account creation to the present. The tool retrieves data through authenticated requests to the GitHub API, then aggregates daily counts into a date-range timeline without requiring any server-side processing. Its output serves as a comprehensive visual
Generates a complete timeline chart of a user's GitHub contributions from account creation to the present day.