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

https://github.com/maliksvd/cli-github

a simple cli to get some info from your github account
https://github.com/maliksvd/cli-github

Last synced: 5 months ago
JSON representation

a simple cli to get some info from your github account

Awesome Lists containing this project

README

        

# cli-github

a simple cli to get some info from your github account

## Installation

```bash
pnpm install -g cli-github
```

### add your github token to .env

```bash
GITHUB_TOKEN=your-github-token
```

## Usage

```bash
clig info
```

## License

[MIT](LICENSE)