An open API service indexing awesome lists of open source software.

https://github.com/wangrunlin/open-digger-cli


https://github.com/wangrunlin/open-digger-cli

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# OpenDigger CLI

A CLI tool based on [OpenDigger][1]

[![NPM](https://nodei.co/npm/open-digger-cli.png?downloads=true&downloadRank=true&stars=true)][2]

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/wangrunlin/open-digger-cli)

[![asciicast](https://asciinema.org/a/o2Qtj2eQWJ9bwfBqtq06dxbLJ.svg)][3]

## Usage

### Download

```shell
npm install open-digger-cli -g
```

### Use

```shell
opendigger --repo X-lab2017/open-digger --metric OpenRank --month 2023-01
```

Or

```shell
opendigger -r X-lab2017/open-digger -t OpenRank -m 2023-01
```

### Help

```shell
opendigger --help
```

[1]: https://github.com/X-lab2017/open-digger/
[2]: https://nodei.co/npm/open-digger-cli/
[3]: https://asciinema.org/a/o2Qtj2eQWJ9bwfBqtq06dxbLJ