{"id":13905599,"url":"https://github.com/pepito2k/gitalytics","last_synced_at":"2025-07-18T03:30:51.205Z","repository":{"id":6017864,"uuid":"7241409","full_name":"pepito2k/gitalytics","owner":"pepito2k","description":"Git analytics ruby gem","archived":false,"fork":false,"pushed_at":"2016-08-02T15:53:15.000Z","size":535,"stargazers_count":42,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-19T23:43:11.522Z","etag":null,"topics":["git","html-report","report","ruby","rubygem"],"latest_commit_sha":null,"homepage":"http://gonza.uy/gitalytics","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"freifunkMUC/freifunkmuc.github.io","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pepito2k.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-19T14:04:58.000Z","updated_at":"2023-07-27T11:51:42.000Z","dependencies_parsed_at":"2022-08-20T10:11:04.072Z","dependency_job_id":null,"html_url":"https://github.com/pepito2k/gitalytics","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepito2k%2Fgitalytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepito2k%2Fgitalytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepito2k%2Fgitalytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepito2k%2Fgitalytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepito2k","download_url":"https://codeload.github.com/pepito2k/gitalytics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226336631,"owners_count":17608864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","html-report","report","ruby","rubygem"],"created_at":"2024-08-06T23:01:19.531Z","updated_at":"2024-11-25T13:31:34.439Z","avatar_url":"https://github.com/pepito2k.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"## Gitalytics\n\nGet commits statistics for your git repository\nBased on gist by Tobin Harris: https://gist.github.com/tobinharris/396634\n\n[![Gem Version](https://badge.fury.io/rb/gitalytics.png)](http://badge.fury.io/rb/gitalytics)\n[![Dependency Status](https://gemnasium.com/pepito2k/gitalytics.png)](https://gemnasium.com/pepito2k/gitalytics)\n[![Build Status](https://travis-ci.org/pepito2k/gitalytics.png)](https://travis-ci.org/pepito2k/gitalytics)\n\n[![Coverage Status](https://coveralls.io/repos/github/pepito2k/gitalytics/badge.svg?branch=master)](https://coveralls.io/github/pepito2k/gitalytics?branch=master)\n[![Code Climate](https://codeclimate.com/github/pepito2k/gitalytics.png)](https://codeclimate.com/github/pepito2k/gitalytics)\n[![codebeat badge](https://codebeat.co/badges/166f8f5d-5596-44ef-a762-4b89fc5b531f)](https://codebeat.co/projects/github-com-pepito2k-gitalytics)\n\n[![GitHub forks](https://img.shields.io/github/forks/pepito2k/gitalytics.svg)](https://github.com/pepito2k/gitalytics/network)\n[![GitHub stars](https://img.shields.io/github/stars/pepito2k/gitalytics.svg)](https://github.com/pepito2k/gitalytics/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/pepito2k/gitalytics.svg)](https://github.com/pepito2k/gitalytics/issues)\n[![Codewake](https://www.codewake.com/badges/ask_question.svg)](https://www.codewake.com/p/gitalytics)\n\n![Total Downloads](http://ruby-gem-downloads-badge.herokuapp.com/gitalytics?type=total)\n\n![Gitalytics Screenshot](http://photos.gonzalo.robaina.me.s3.amazonaws.com/gitalytics_screen.png \"Gitalytics Screenshot\")\n\n## Installation\n\n### Manual installation\n\n    gem install gitalytics\n\n### Using bundler\nAdd gitalytics to your Gemfile\n\n    gem \"gitalytics\"\n\nInstall  the gem\n\n    bundle install\n\n## Usage\nOpen a terminal window pointing to your git repository and just run the gitalytics command:\n\n    $ gitalytics\n\nIf you'd like to get a fancy html report like the one in the screenshot above, you will need to run the following command:\n\n    $ gitalytics -h\n\nIf you want to have the html report but don't want it to be opened right away just write:\n\n    $ gitalytics -n\n\nNote that gitalytics groups authors by name, you can change that and group by email using:\n\n    $ gitalytics -e\n\n## License\nCopyright (c) 2016 Gonzalo Robaina\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepito2k%2Fgitalytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepito2k%2Fgitalytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepito2k%2Fgitalytics/lists"}