Socket
Socket
Sign inDemoInstall

git-local-stats

Package Overview
Dependencies
88
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    git-local-stats

An CLi for visualizing local Git contributions


Version published
Maintainers
1
Created

Readme

Source

Git Local Stats 📆

CONTRIBUTIONS

git-local-stats is an CLI tool that allows you to visual all your local git contributions.I found it useful because not all my projects were (are) on GitHub, some are on BitBucket or GitLab, but all the code I work on is on my laptop, so that’s the single source of truth when it comes to contributions.

  • Current version ➡️ 1.0.0

How it's work ??

git-local-stats take as argument a directory location and contributor name, scan for .git folders in there and in all subdirectories, and aggregates all the commits made by the contributor to finally display the stats as a calendar. COVER

Install 📥

via NPM

npm i -g  git-local-stats

via YARN

yarn add -g git-local-stats

via PNPM

pnpm i -g git-local-stats

Usage 💡

git-local-stats --help
git-local-stats --path <directory_path> --author <contributor_name>

Development

Build and install locally

  • change install script inside packgage.json by providing valid path and contributor name
npm run install

Build

npm run build

License 🎫

This project is released under the MIT License

Keywords

FAQs

Last updated on 15 Mar 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc