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

git-tracker-cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-tracker-cli

The library that gives a rough estimation of the time spent on implementation based on the history of commits

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

git-tracker-cli

GitHub license npm version PRs Welcome PRs Welcome

The library that gives a rough estimation of the time spent on implementation based on the history of commits.

Install

$ npm install --global git-tracker-cli

CLI

$ git-tracker-cli --help

  Usage: git-tracker-cli [OPTION]...

  Mandatory arguments to long options are mandatory for short options too.

   --path=<.>             Current directory by default
   --since=<1.days>       The last day by default
   --author=<author>      Current user by default
   --first-hour=<9>       9 by default

    --help     display this help and exit
    --version  output version information and exit

Example

$ git-tracker-cli --since=2.days
07/10/2019[git-tracker-cli]:
  an hour             chore<package>: add information
  3 hours             fix<args>: first hour
  a few seconds       chore: version bump
  2 hours             fix<args>: first hour type
  a few seconds       chore: version bump
  6 hours             Total

08/10/2019[git-tracker-cli]:
  29 minutes          fix: .gitignore
  3 hours             feat: add app components
  2 hours             feat: add help libs
  2 minutes           chore: version bump
  8 minutes           fix: code style
  a few seconds       chore: version bump
  2 hours             feat: add loader component
  12 minutes          fix<package>: add files
  a few seconds       chore: version bump
  8 hours             Total

Contributing

Issues

We are using GitHub Issues for our bugs. Before filing a new task, try to make sure your problem doesn’t already exist.

New feature proposals

We're open to accepting new feature requests for git-tracker-cli.

Keywords

cli

FAQs

Package last updated on 08 Jun 2021

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