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.
- Host: GitHub
- URL: https://github.com/dukecat0/reposize
- Owner: dukecat0
- Created: 2021-11-01T08:23:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T12:17:53.000Z (over 4 years ago)
- Last Synced: 2025-08-21T21:39:34.323Z (10 months ago)
- Topics: cli, command-line, command-line-tool, github
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```