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

https://github.com/dsully/released

CLI for fetching GitHub Released Artifacts
https://github.com/dsully/released

Last synced: 5 months ago
JSON representation

CLI for fetching GitHub Released Artifacts

Awesome Lists containing this project

README

          

# Released

CLI for installing and updating GitHub released Artifacts.

## Installation

```shell
brew install dsully/tap/released
```

## Getting Started

```shell
released --help
```

## Config and State

Configuration is in `$XDG_CONFIG_HOME/released/config.toml`

What is actually installed is at: `$XDG_STATE_HOME/released/installed.json`

### Inspired By

[gitrel](https://github.com/izirku/gitrel) and [vers](https://github.com/reynn/vers)