UNPKG

git-contributor-stats

Version:

CLI to compute contributor and repository statistics from a Git repository (commits, lines added/deleted, frequency, heatmap, bus-factor), with filters and multiple output formats.

9 lines 339 B
interface BarChartOptions { limit?: number; width?: number; height?: number; } export declare function generateBarChartSVG(title: string, labels: string[], values: number[], options?: BarChartOptions): string; export declare function generateHeatmapSVG(heatmap: number[][]): string; export {}; //# sourceMappingURL=svg.d.ts.map