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

@tegor/git-statistic

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tegor/git-statistic

latest
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

@tegor/git-statistic

NPM version

A git tool for statistics on how many files change and how many lines update.

Usage

npm i @tegor/git-statistic -D

write script in your package.json

{
  "script": {
    "stat": "git-stat"
  }
}

npm run stat

Options

Options:
  -a, --author <author>  which author
  -b, --branch <branch>  which branch
  -s, --since <since>    statiscal sicne time, format: YYYY-MM-DD HH-mm-ss
  -u, --until <until>    statiscal until time, format: YYYY-MM-DD HH-mm-ss
  -h, --help             display help for command

License

MIT License © 2022 fightwithtiger

Keywords

git

FAQs

Package last updated on 27 Sep 2022

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