tableflip/git-days

Name: git-days

Owner: TABLEFLIP

Description: :chart_with_upwards_trend: How many days did you work on that project?

Created: 2015-07-10 09:02:26.0

Updated: 2017-10-26 15:35:07.0

Pushed: 2017-05-31 09:21:06.0

Homepage: https://www.npmjs.com/package/git-days

Size: 7

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

git-days Build Status Dependency Status

How many days did you work on that project?

CLI tool to get a print out of how many days each committer committed to a project and how many total commits they've made.

Getting started
install -g git-days
path/to/project
days

Output:

?????????????????????????????????????
thor               ? Days ? Commits ?
?????????????????????????????????????
ne                 ? 46   ? 443     ?
?????????????????????????????????????
b                  ? 16   ? 96      ?
?????????????????????????????????????
ve                 ? 70   ? 454     ?
?????????????????????????????????????
e                  ? 1    ? 1       ?
?????????????????????????????????????
ura                ? 6    ? 12      ?
?????????????????????????????????????
e                  ? 13   ? 50      ?
?????????????????????????????????????
chard              ? 4    ? 23      ?
?????????????????????????????????????
ristopher          ? 1    ? 1       ?
?????????????????????????????????????
l: 157 days (1080 commits)
Options
from

Only consider commits after this date. An ISO formatted date passed to moment. e.g.

days --from 2015-07-10
to

Only consider commits before this date. An ISO formatted date passed to moment. e.g.

days --to 2015-01-01
sort

Sort the table by the specified column. Prefix with “-” to change sort direction to descending. Default is sort by author name, ascending. e.g.

rt by commits ascending
days --sort commits

rt by days descending
days --sort=-days
Specify project path(s)

Perhaps your project is split over multiple repos. No problem!

days /path/to/project /path/to/related/project/repo

A (?°?°???TABLEFLIP side project.

js-standard-style


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.