Create a heatmap to display the number of commits for all repositories in a directory.
If you have Node (v14+), create a heatmap for the repos in your current folder by running:
npx commit-vis
It will start a web server (https://localhost:3000) to display the visualization.
You can export the plot using the ...
menu at the top right.
-d
,--directory <path>
directory with repos to generate the heatmap for (default: current directory./
)-h
,--hide
hide repo names in output-o
,--output <filename>
name of the JSON output with all commits (default:commits.json
)-p
,--port <filename>
port to run the server on (default:3000
)