Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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