Giter VIP home page Giter VIP logo

gitlogfr / git_log_stats Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 10 KB

git_log_stats is a gem which computes statistics and various informations about a company from their git log. It's goal is to provide you use with useful information when starting a new gig to understand how your working habits will look like in the following months.

Home Page: https://gitlog.fr

License: MIT License

Ruby 100.00%
git gitlog

git_log_stats's Introduction

GitLogStats

โš ๏ธ beta version

description

git_log_stats is a gem which computes statistics and various informations about a company from their git log.
It's goal is to provide you use with useful information when starting a new gig to understand how your working habits will look like in the following months.

The current version includes:

  • the breakdown of technologies in percentage each developer is working on
  • The date they joined, and left the company

Jump to the Roadmap section for new upcoming information.

Installation

gem install 'git_log_stats'

Usage

Generate a git log dump using :

$ git log -m --stat=90000 --date=unix > ~/log.txt

then generate a report with:

$ gitlogstats --file=/Users/simon/log.txt

Multiple dumps can be merged with a new line separator.
For instance using something like :

$ for f in git_log_*.txt; do (cat "${f}"; echo) >> finalfile.txt; done

Roadmap

0.1.0

  • Add tests
  • code cleaning

0.2.0

  • Add turnover statistics
  • Add statistics about working habits
    • Do they work on week-ends ?
    • When does the day starts ?
    • How often are they "in the rush" ?

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gitlogfr/git_log_stats.git.

License

The gem is available as open source under the terms of the MIT License.

git_log_stats's People

Contributors

gitlogfr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.