Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Dracks/repo-download-asset

Check and download the last artifact from some repository.
https://github.com/Dracks/repo-download-asset

applications repository vlang

Last synced: about 1 month ago
JSON representation

Check and download the last artifact from some repository.

Awesome Lists containing this project

README

        

# Repo download artifacts

Check and download the last artifact from some repository.

Keep the applications that you need to download from a repo up to date easily with this tool

### Usage sample

#### Github Releases

```sh
repo-download-asset add -u "https://github.com/Dracks/repo-download-asset" -n repo-downloads -r ".*x86_64"
```

#### Workflow artifact

To add some workflow artifact you should run the following line
```sh
repo-download-asset add -u "https://github.com/jpochyla/psst" -n psst -r "^.*-gui$" -t artifact
```

Keep in mind that you will need a token to download workflows artifacts, and you should set the token like that:

```sh
repo-download-asset config -github_token
```