Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhshkdz/graf
A simple git log analyzer gem
https://github.com/abhshkdz/graf
analytics gem git ruby
Last synced: about 3 hours ago
JSON representation
A simple git log analyzer gem
- Host: GitHub
- URL: https://github.com/abhshkdz/graf
- Owner: abhshkdz
- License: mit
- Created: 2013-07-14T13:56:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T07:45:59.000Z (over 10 years ago)
- Last Synced: 2024-10-19T03:44:05.992Z (20 days ago)
- Topics: analytics, gem, git, ruby
- Language: Ruby
- Homepage:
- Size: 196 KB
- Stars: 95
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Graf [![Gem Version](https://badge.fury.io/rb/graf.png)](http://rubygems.org/gems/graf) [![Dependency Status](https://gemnasium.com/abhshkdz/graf.png)](https://gemnasium.com/abhshkdz/graf)
Graf is a simple git log analyzer gem.
## Installation
$ gem install graf
## Usage
![](http://i.imgur.com/f0zaEiG.gif)
In case you are wondering how I made that GIF, [here it is](http://askubuntu.com/a/107735/65847).
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request