Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stanislav-tkach/hgitstats

Statistics for the local Git repository (Haskell).
https://github.com/stanislav-tkach/hgitstats

Last synced: 25 days ago
JSON representation

Statistics for the local Git repository (Haskell).

Awesome Lists containing this project

README

        

hGitStats
=========

Statistics for the local Git repository.

Dependencies
------------
* CmdArgs - https://github.com/ndmitchell/cmdargs
* libgit2 - http://libgit2.github.com/

Building
--------
Build libgit2 and place resulting library into 'libgit2' project subdirectory.

$ cabal configure
$ cabal build