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

https://github.com/essentialkaos/artefactor

Utility for downloading artefacts from GitHub
https://github.com/essentialkaos/artefactor

downloader github

Last synced: about 1 month ago
JSON representation

Utility for downloading artefacts from GitHub

Awesome Lists containing this project

README

          


GitHub Actions CI Status
Code Climate Maintainability
GitHub Actions CodeQL Status

Usage demoInstallationUsageCI StatusContributingLicense


`artefactor` is utility for downloading artefacts from GitHub.

### Usage demo

[![demo](https://gh.kaos.st/artefactor-020.gif)](#usage-demo)

### Installation

#### From source

To build the `artefactor` from scratch, make sure you have a working Go 1.21+ workspace (_[instructions](https://go.dev/doc/install)_), then:

```bash
go install github.com/essentialkaos/artefactor@latest
```

#### Prebuilt binaries

You can download prebuilt binaries for Linux from [EK Apps Repository](https://apps.kaos.st/artefactor/latest):

```bash
bash <(curl -fsSL https://apps.kaos.st/get) artefactor
```

### Usage

### CI Status

| Branch | Status |
|--------|----------|
| `master` | [![CI](https://kaos.sh/w/artefactor/ci.svg?branch=master)](https://kaos.sh/w/artefactor/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/artefactor/ci.svg?branch=develop)](https://kaos.sh/w/artefactor/ci?query=branch:develop) |

### Contributing

Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).

### License

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)