1.0.2 β’ Published 3 years ago
git-local-stats v1.0.2
Git Local Stats π

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.

Install π₯
via NPM
npm i -g git-local-statsvia YARN
yarn add -g git-local-statsvia PNPM
pnpm i -g git-local-statsUsage π‘
git-local-stats --help
git-local-stats --path <directory_path> --author <contributor_name>Development
Build and install locally
- change install script inside
packgage.jsonby providing valid path and contributor name
npm run installBuild
npm run buildLicense π«
This project is released under the MIT License β