This is the initial released version and reports
the coverage for a given git repository.
No cli arguments nor other options are supported yet.
+ update README.md
+ update Gruntfile.js
+ remove grunt concat task
+ add grunt 'build' and 'release' tasks
+ update grunt task to inject 'banner' into file
+ remove "open coverage report" from coverage task
+ empty grunt default task
+ remove grunt uglify task
+ rename fixtures to be more consistent
+ add binary version to bin/ directory
+ add .editorconfig
+ add .travis.yml
+ add 'grunt pre' task
+ chmod 755 for binary
+ update grunt 'banner' property
+ update test-case globbing pattern for mocha
+ add '$ grunt clean' contrib task
+ update grunt-contrib-jshint (0.6.4)
+ reformat of Gruntfile to use four-spaces-indention
+ add fixtures for binary version
+ add watch task
+ add test task
+ update export target
+ minor cleanup and switch to 'single-quotes'
+ remove jshint options from Gruntfile and rely on .jshintrc file
Merge branch 'replace-underscore-with-lodash' into dev
+ add email of contributor to output
+ change 'percentage' value from String to Number
+ increase buffer to read from stdin
+ update package json and changed notation of required version
+ made index.js self executing when not included
+ move git-contributors.js to 'lib/' directory and introduced index.js
+ add `$ grunt plato` code analysis task, updated package.json and README
+ add 'platojs' as dependency to package.json
+ initial commit