gitboard-cli
v0.3.10
Published
View contributions of developers in the git repository
Downloads
4
Maintainers
Readme
View contributions of developers in the git repository
gitboard-cli
- 🤖 CLI to view contributions of developers
Install
IMPORTANT: Node.js version should be above 16.0.0
It is recommended to install Gitboard-cli through the npm package manager, which comes bundled with Node.js when you install it on your system.
Once you have npm installed you can run the following both to install and upgrade Gitboard-cli:
npm install --global gitboard-cli
Usage
In the directory where the Git repository is located, execute the following commands
gb rank
or
gb status
or
gb rank --top 20 --after=2022-1-1 --before=2022-2-1
or
gb status --after=2022-1-1 --before=2022-2-1
Interface
λ gb --help
Usage: gb [options] [command]
CLI to view contributions of developers
Options
-V, --version output the version number
-h, --help display help for command
Commands:
clean clean the cache
rank [options] rank of contributions
status [options] basic information of the repository
help [command] display help for command
Examples
$ gb rank
$ gb status
License
Copyright 2022. Released under the MIT license.