Git Repository Analytics & Reporting
Analyze commit patterns and contributor activity
v1.4.0 - Available on npm
Git Spark analyzes Git repository commit history to provide insights into contributor
activity, code changes, and development patterns. It generates interactive HTML reports with
charts, contributor statistics, and file analysis based solely on Git commit data. Version 1.4.0
adds the new git-spark periods command for sprint-over-sprint churn comparison,
shallow-clone detection, and continued CI/CD hardening.
View an interactive analytics report generated from this repository. Includes commit activity charts, contributor statistics, and file analysis.
View Demo โDocumentation, CLI reference, and usage examples. Learn how to use Git Spark for your repositories and integrate it into your workflow.
GitHub RepositoryInstall for CLI usage or add to your Node.js projects. Available as a global command-line tool or programmatic library.
npm Registrygit-spark initgit-spark periodsGet started in seconds with npm:
Then initialize your project:
The interactive wizard creates a .git-spark.json configuration file with your preferences.