Skip to content

keckelt/commit-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Number of Commits for Multiple Repositories as a Heatmap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published