1.0.4 • Published 3 years ago

commit-vis v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

commit-vis npm (scoped)

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

Usage

npx commit-vis

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)