UNPKG

fetch-github-release

Version:
14 lines (8 loc) 228 B
# 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' }) ```