Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonglasow/gg
https://github.com/vonglasow/gg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vonglasow/gg
- Owner: vonglasow
- License: bsd-2-clause
- Created: 2014-11-10T13:38:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T14:14:20.000Z (about 10 years ago)
- Last Synced: 2023-04-05T18:18:58.944Z (over 1 year ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gg for Git Graph
================This little code take commit for a repository and create a graph with
graphviz.Requirements
============- git version 1.7.9.5
- dot - graphviz version 2.26.3
- libpng
- phpUsage
=====```sh
./bin/gg.sh hoaproject/Core
```Disclaimer
==========
This is a quick and dirty POC.