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

https://github.com/netlify/gh-release-fetch


https://github.com/netlify/gh-release-fetch

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Release Fetch

Thin wrapper to fetch packages from GitHub releases.

## Usage

### Typescript

```ts
import { fetchLatest } from 'gh-release-fetch'

fetchLatest({ repository: 'netlify/netlify-cli', package: 'cli.tar.gz', destination: 'dist' })
```

## License

[MIT](/LICENSE)