# gh-release-fetch

> A library to fetch release binaries from GitHub Releases

Latest version **4.0.3** (published 2023-07-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install gh-release-fetch
pnpm add gh-release-fetch
yarn add gh-release-fetch
bun add gh-release-fetch
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.0.3 |
| Published | 2023-07-06 |
| First published | 2019-03-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | ^14.18.0 \|\| ^16.13.0 \|\| >=18.0.0 |
| Dependencies | 3 |
| Unpacked size | 8.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Author | David Calavera |
| Maintainers | akardet, lekoarts, pieh, hrishikeshk, ed_stephinson, danez, sarahetter, orinokai, ericap, seanroberts, skn0tt, mikewen, biilmann, marcus.netlify, jgantunes, eduardoboucas, netlify-bot, nasiba, zachleat, ascorbic, calavera |
| Keywords | github, release, fetch |

## Links

- npm: https://www.npmjs.com/package/gh-release-fetch
- Repository: https://github.com/netlify/gh-release-fetch
- Homepage: https://github.com/netlify/gh-release-fetch#readme
- Issues: https://github.com/netlify/gh-release-fetch/issues
- npm.io page: https://npm.io/package/gh-release-fetch

## Dependencies (3)

- [semver](https://npm.io/package/semver.md) ^7.5.3
- [node-fetch](https://npm.io/package/node-fetch.md) ^3.3.1
- [@xhmikosr/downloader](https://npm.io/package/@xhmikosr/downloader.md) ^13.0.0

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 4.0.3 (latest) — 2023-07-06
- 4.0.2 — 2023-06-13
- 4.0.1 — 2023-06-05
- 4.0.0 — 2023-05-13
- 3.0.2 — 2022-03-23
- 3.0.1 — 2022-01-17
- 3.0.0 — 2022-01-05
- 2.0.6 — 2022-01-04
- 2.0.5 — 2022-01-04
- 2.0.4 — 2021-09-27
- 2.0.3 — 2021-09-13
- 2.0.2 — 2021-07-26
- 2.0.1 — 2021-07-12
- 2.0.0 — 2021-06-16
- 1.1.0 — 2020-10-14
- … 5 more at https://npm.io/package/gh-release-fetch/versions

## 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)

---
_Source: https://npm.io/package/gh-release-fetch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
