Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Dracks/repo-download-asset
- Owner: Dracks
- Created: 2023-04-20T17:46:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-06T14:35:10.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:02:50.352Z (5 months ago)
- Topics: applications, repository, vlang
- Language: V
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-v - github-releases - Cli tool to keep track of applications released as GitHub Release (or assets in workflow) and download them. (Applications / Command-line)
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
```