Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rtritto/github-util


https://github.com/rtritto/github-util

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Install
`yarn add github-util@github:rtritto/github-util`

# Example
```ts
import { downloadRelease } from 'github-util'

await downloadRelease('darkreader', 'darkreader', 1, './output')
```