An open API service indexing awesome lists of open source software.

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.

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
```