Code Per Day SVG
Version updated for https://github.com/mpge/code-per-day to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Code Per Day GitHub Action generates visually appealing SVG charts that display daily code additions and deletions, which can be embedded in a GitHub profile README. By leveraging the GitHub GraphQL API, it automates the process of analyzing commit data across all repositories (including private ones with proper permissions) while ensuring privacy by excluding sensitive information like file or repository names. This action helps developers showcase their coding activity in an engaging and customizable format.
What’s Changed
Code Per Day v1.0.0
Generate beautiful SVG charts showing your daily code additions and deletions, embeddable in your GitHub profile README.
Features
- 12 built-in themes: dark, light, dracula, tokyonight, nord, ocean, sunset, forest, midnight, radical, transparent, github-dark
- Bar and area chart types
- Stats cards: Today, 30d/90d/Year averages, streak
- Private repo support (with PAT)
- CSS entrance animations
- Configurable time periods (30d, 90d, 365d)
Privacy
Only exposes aggregated additions/deletions counts and username. No repo names, file paths, or code content.