Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 982 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 982 Bytes

commit-vis npm (scoped)

Create a heatmap to display the number of commits for all repositories in a directory.

visualization(3)

Usage

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.

Command-Line Options:

  • -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)