gitboard-cli

0.3.10 • Public • Published

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.

Package Sidebar

Install

npm i gitboard-cli

Weekly Downloads

0

Version

0.3.10

License

MIT

Unpacked Size

1.47 MB

Total Files

24

Last publish

Collaborators

  • jimtang