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

https://github.com/valerybugakov/fetch-github-release


https://github.com/valerybugakov/fetch-github-release

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Release Fetch

Fetch binary from Github releases for your platform.

## Usage

### Typescript

```ts
import { fetchLatestRelease } from 'fetch-github-release'

await fetchLatestRelease({ owner: 'smallstep', repo: 'cli' })
```