Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtritto/github-util
https://github.com/rtritto/github-util
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtritto/github-util
- Owner: rtritto
- Created: 2024-01-19T00:14:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-26T19:25:57.000Z (8 months ago)
- Last Synced: 2024-10-12T04:08:40.656Z (about 1 month ago)
- Language: TypeScript
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')
```