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
- Host: GitHub
- URL: https://github.com/essentialkaos/artefactor
- Owner: essentialkaos
- License: apache-2.0
- Created: 2023-04-26T09:41:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T12:01:15.000Z (over 1 year ago)
- Last Synced: 2025-03-03T13:21:57.845Z (over 1 year ago)
- Topics: downloader, github
- Language: Go
- Homepage: https://kaos.sh/artefactor
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Usage demo • Installation • Usage • CI Status • Contributing • License
`artefactor` is utility for downloading artefacts from GitHub.
### Usage demo
[](#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` | [](https://kaos.sh/w/artefactor/ci?query=branch:master) |
| `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)
