0.3.10 • Published 4 years ago
gitboard-cli v0.3.10
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-cliUsage
In the directory where the Git repository is located, execute the following commands
gb rankor
gb statusor
gb rank --top 20 --after=2022-1-1 --before=2022-2-1or
gb status --after=2022-1-1 --before=2022-2-1Interface
λ 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 statusLicense
Copyright 2022. Released under the MIT license.