Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veniversum/git-visualizer
👁🗨:octocat:Visualizes directory structure of GitHub repos
https://github.com/veniversum/git-visualizer
github visualization
Last synced: about 2 months ago
JSON representation
👁🗨:octocat:Visualizes directory structure of GitHub repos
- Host: GitHub
- URL: https://github.com/veniversum/git-visualizer
- Owner: veniversum
- License: gpl-2.0
- Created: 2016-02-21T00:20:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T12:37:01.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T02:28:59.230Z (4 months ago)
- Topics: github, visualization
- Language: JavaScript
- Homepage: http://veniversum.me/git-visualizer/
- Size: 3.7 MB
- Stars: 355
- Watchers: 15
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-star - git-visualizer
- awesome-hacking-lists - veniversum/git-visualizer - 👁🗨:octocat:Visualizes directory structure of GitHub repos (JavaScript)
README
# GitHub Visualization Tool
## What it does
Provides an at-a-glance overview of the repository structure. Finer details can be explored via zooming and tooltips. It makes exploring large and complex projects a breeze.Files are displayed as a directed graph, color coded based on file types, and sized accordingly to length of file.
## Installation
Replace your own GitHub personal token key into `/js/github.js`. Serve static `index.html` on webserver of your choice.## License
[GPL v2](LICENSE.md)## Others
Created at StacsHack 2016
Winner of Bloomberg's Favourite Project.