How many days did I work on that project?

4/12/2019
· 1 min read

A 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.

$ npx git-days --from 2019-01-01 --to 2019-05-01
npx: installed 73 in 2.036s
┌─────────────────┬──────┬─────────┐
│ Author          │ Days │ Commits │
├─────────────────┼──────┼─────────┤
│ Mathieu TUDISCO │ 8    │ 29      │
└─────────────────┴──────┴─────────┘
Total: 8 days (29 commits)

You can find this page with theses search keywords:

/ days / commits / count /
Mathieu TUDISCO
Thanks for reading!
I'm Mathieu TUDISCO, a lead developer at Linkvalue .
You can find me anywhere with @mathieutu.
As a start you can follow me on Twitter or want to find out more about me or the blog.