https://github.com/valerybugakov/fetch-github-release
https://github.com/valerybugakov/fetch-github-release
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valerybugakov/fetch-github-release
- Owner: valerybugakov
- License: mit
- Created: 2021-08-21T12:45:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T12:32:11.000Z (almost 3 years ago)
- Last Synced: 2025-07-11T10:43:55.150Z (11 months ago)
- Language: TypeScript
- Size: 315 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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' })
```