JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 208956
  • Score
    100M100P100Q166834F
  • License MIT

A library to fetch release binaries from GitHub Releases

Package Exports

  • gh-release-fetch
  • gh-release-fetch/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gh-release-fetch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Release Fetch

Thin wrapper to fetch packages from GitHub releases.

Usage

Typescript

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

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

License

MIT