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

https://github.com/dukecat0/reposize

Find the size of a repository on Github from the command line.
https://github.com/dukecat0/reposize

cli command-line command-line-tool github

Last synced: about 1 month ago
JSON representation

Find the size of a repository on Github from the command line.

Awesome Lists containing this project

README

          

# reposize

Find the size of a repository on Github from the command line.

## Install

Using homewbrew:
```shell
brew tap meowmeowmeowcat/taps
brew install meowmeowmeowcat/taps/reposize
```

Install manually:
```shell
curl -L https://raw.githubusercontent.com/meowmeowmeowcat/reposize/main/reposize \
-o /usr/local/bin/reposize && chmod +x /usr/local/bin/reposize
```

## Usage

```shell
Usage: reposize
```

## Example

```shell
$ reposize meowmeowmeowcat/isarm
The size of repository 'meowmeowmeowcat/isarm' is 5 KB.
```