https://github.com/keckelt/commit-vis
Number of Commits for Multiple Repositories as a Heatmap
https://github.com/keckelt/commit-vis
git visualization
Last synced: about 2 months ago
JSON representation
Number of Commits for Multiple Repositories as a Heatmap
- Host: GitHub
- URL: https://github.com/keckelt/commit-vis
- Owner: keckelt
- License: mit
- Created: 2020-06-26T07:29:50.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T11:47:08.000Z (over 3 years ago)
- Last Synced: 2025-10-05T20:28:20.770Z (9 months ago)
- Topics: git, visualization
- Language: JavaScript
- Homepage: http://eckelt.info/commit-vis/
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commit-vis [](https://www.npmjs.com/package/commit-vis)
Create a heatmap to display the number of commits for all repositories in a directory.

## Usage
If you have [Node](nodejs.org/) (v14+), create a heatmap for the repos in your current folder by running:
```sh
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 ` directory with repos to generate the heatmap for (default: current directory `./`)
* `-h`, `--hide` hide repo names in output
* `-o`, `--output ` name of the JSON output with all commits (default: `commits.json`)
* `-p`, `--port ` port to run the server on (default: `3000`)