GitAnalysis
Analysis Git-Project
Installation
Install it yourself as:
$ gem install git_analysis
Usage
Commands:
git-analysis count [-d] # count(email domain only)
git-analysis help [COMMAND] # Describe available commands or one specific command
git-analysis version # show version
Count E-mail Domain
(v0.0.1 is this mode only) Count Author's Email Domain. In order to investigate the companies that are participating in this project. If most domain is "gmail", this project is developed by private developers.
$ git clone [email protected]:volanja/git_analysis.git
$ cd git_analysis
$ git-analysis count -d |jq '.'
{
"gmail.com": 5
}
Contributing
- Fork it ( https://github.com/volanja/git_analysis/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request