New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

weekly-report

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weekly-report

Auto generate weekly report from git log for you

latest
Source
npmnpm
Version
1.1.9
Version published
Maintainers
1
Created
Source

Example

What does weekly-report do

  • Recursively find Git repos under your working dir
  • 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.

Keywords

git

FAQs

Package last updated on 31 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts