All Projects → timqian → weekly-report

timqian / weekly-report

Licence: other
weekly report from git commits

Programming Languages

javascript
184084 projects - #8 most used programming language

Example

What does weekly-report do

  1. Recursively find Git repos under your working dir
  2. generate prettified commit report of last 7 days.

When will you need it

  • You want to see what you have done last week
  • You are contributin to multipul/one project to your company/yourself
  • You need to do weekly report

Install

npm install -g weekly-report

Usage

# Go to your working dir (should be project using git or contains git projects inside)
cd dir/contains/projects/using/git

# Generate weekly report
weekly-report # or wr for short

Note

  • script will go 3 layers down
  • The script does not inspect dirs inside a dir if the dir is a git project.
  • make sure your git repos are on the right branch.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].