https://github.com/netlify/gh-release-fetch
https://github.com/netlify/gh-release-fetch
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlify/gh-release-fetch
- Owner: netlify
- License: mit
- Created: 2019-03-15T21:04:14.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T17:43:04.000Z (9 months ago)
- Last Synced: 2025-04-02T06:43:08.925Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.92 MB
- Stars: 12
- Watchers: 5
- Forks: 8
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)