Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liam-middlebrook/git_by_a_lion
A visualizer for tomheon/git_by_a_bus
https://github.com/liam-middlebrook/git_by_a_lion
Last synced: 17 days ago
JSON representation
A visualizer for tomheon/git_by_a_bus
- Host: GitHub
- URL: https://github.com/liam-middlebrook/git_by_a_lion
- Owner: liam-middlebrook
- License: gpl-3.0
- Created: 2015-03-16T02:55:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T01:07:07.000Z (almost 9 years ago)
- Last Synced: 2023-08-04T22:11:33.336Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
git_by_a_lion
=============A visualizer for [tomheon/git_by_a_bus](https://github.com/tomheon/git_by_a_bus).
**Please Note:** git_by_a_lion uses git_by_a_bus V2!
# Dependencies
In order to run git_by_a_lion you must have [PyGal](http://pygal.org) installed.
The easiest way to do that is with pip, just use the following command.```
pip install pygal
```# Using
In order to use git_by_a_lion you need to be running git_by_a_bus-v2 which can
be found on [GitHub](https://github.com/tomheon/git_by_a_bus/tree/v2). After
running git_by_a_bus you will have a generated output directory with the rough
structure as follows.```
.
├── files
│ ├── 1.html
│ ├── 1.json
│ ├── 2.html
│ ├── 2.json
│ ├── 3.html
│ ├── 3.json
│ ├── 4.html
│ ├── 4.json
│ ├── 5.html
│ ├── 5.json
│ ├── 6.html
│ ├── 6.json
│ ├── 7.html
│ ├── 7.json
│ ├── 8.html
│ ├── 8.json
│ ├── pygments.css
│ └── summary.json
└── summary.db1 directory, 19 files
```To generate some awesome pie charts that visualize your repo just run the
following command!```
python gbal.py
```