https://github.com/pixelcmtd/locgraph
A tool for drawing a graph of LoC per commit/tag.
https://github.com/pixelcmtd/locgraph
Last synced: 3 months ago
JSON representation
A tool for drawing a graph of LoC per commit/tag.
- Host: GitHub
- URL: https://github.com/pixelcmtd/locgraph
- Owner: pixelcmtd
- License: gpl-2.0
- Created: 2020-12-22T03:22:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T02:17:31.000Z (over 4 years ago)
- Last Synced: 2025-03-11T04:25:07.678Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# locgraph
A tool for drawing a graph of LoC per commit.
## Usage
```sh
cd /path/to/codebucket
/path/to/locgraph/loc_per_commit.sh > /path/to/locgraph/dump.json
cd /path/to/locgraph
./locgraph.py dump.json dump.csv
```