https://github.com/alice1017/asset-downloader
A command-line tool to download asset file of Github repository
https://github.com/alice1017/asset-downloader
Last synced: about 2 months ago
JSON representation
A command-line tool to download asset file of Github repository
- Host: GitHub
- URL: https://github.com/alice1017/asset-downloader
- Owner: alice1017
- License: mit
- Created: 2020-08-07T04:47:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T14:35:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T08:26:00.063Z (3 months ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asset-downloader
[](https://travis-ci.org/github/alice1017/asset-downloader)
[](https://coveralls.io/github/alice1017/asset-downloader)A command-line tool to download asset file of Github repository.
## Workflow
First, this program **searches** Github repositories from the `--query` argument because you need the **author & name** of repository to download an asset file. If you already know these, skip this process by set repository full-name to `--repository` argument.
Second, this program gets **releases** of a repository and let the choice one of release of that.
Next, this program gets **asset files** of release and let the choice one of asset file if release has multiple assets.
Finally, this program downloads asset file.## Usage
```sh
asset-downloader [options]
```### Options
- `-q`, `--query` *\* - A query string.
- `-r`, `--repository` *\* - A repository full name (author/name format) using when you don't need find.