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

git-log-report

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-log-report

A command line tool to get commits for the current author grouped by day.

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

Git Log Report

A command line tool to get commits for the current author grouped by day.

Usage

npx git-log-report [options]

Options

  • -h, --help : Display help message
  • -o, --output <directory> : Output directory (default: ./output)
  • -s, --since <date> : Show commits since date (format: YYYY-MM-DD or YYYY-MM-DD HH:MM)
  • -u, --until <date> : Show commits until date (format: YYYY-MM-DD or YYYY-MM-DD HH:MM)

Examples

npx git-log-report --since='2024-03-20' --until='2024-03-22' --output='./output_directory'

How it Works

This tool retrieves commits for the current author grouped by day. It takes into account the provided options such as date range and output directory.

Installation

You can use this tool directly via npx:

npx git-log-report [options]

Dependencies

  • child_process: Used for executing Git commands.
  • fs: Used for file system operations.
  • path: Used for manipulating file paths.
  • minimist: Used for parsing command-line arguments.
  • chalk: Used for terminal text styling.

FAQs

Package last updated on 23 Mar 2024

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