Skip to content

tang9527/gitboard-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

View contributions of developers in the git repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published