Git Product home page Git Product logo

revstats's Introduction

Revision Control Statistics

GitHub introduced a calendar with the contributions associated to each user account back in 2013. The contributions calendar shows how frequently you've been contributing over the past year. However, this only applies to contributions to public repositories hosted on GitHub, and as of May 19, 2016 they allowed private repositories too. This also makes it easier to see what others are working on in your Organization. Any repositories you have in common with the profile you're viewing are shown in this list.

But what about your contributions in private projects hosted in other services? This project aims to allow people to see their contributions int he same format as GitHub pointing the script to the directories where the private repositories reside in your computer's disk.

Features

The script can process multiple repositories at the same time, you just need to include a hidden JSON file in your home directory named .revstats.json with a list of the directories that you want to analyze. Currently the script supports Git, Mercurial, and Subversion repositories; more may be added in the future.

$ cat ~/.revstats.json
[
  "/home/username/projects/git-repository",
  "/home/username/projects/mercurial-repo",
  "/home/username/projects/subversion-repo"
]
  • -help — Displays usage and copyright information.
  • -details — Displays streak and productivity data.
  • -missing — Displays empty days between the calendar.
  • -color — Colors for the calendar: yellow, blue, red, green, purple, mixed
  • -repo — Displays the contributions in a specific repository
  • -year — Displays the contributions in a specific year

Contribution Calendar

Public Non-Code Contributions

GitHub not only counts the number commits and pull-requests but also when you open an issue. If you are using this tool offline it is be a good idea to include references to public issues that you have open so far.

revstats's People

Contributors

cixtor avatar

Stargazers

Gabriel Kunkel avatar Veaceslav Gaidarji avatar Chance Snow avatar Sri Harsha Chilakapati avatar carl-fredrik grimberg avatar

Watchers

James Cloos avatar  avatar Gabriel Kunkel 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.