Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashrock/deno-repo-download
https://github.com/hashrock/deno-repo-download
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashrock/deno-repo-download
- Owner: hashrock
- License: mit
- Created: 2021-11-04T09:51:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T04:13:38.000Z (about 3 years ago)
- Last Synced: 2024-11-06T15:17:04.713Z (3 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno-repo-download
Download the GitHub repository in ZIP and extract it to a local directory.
Inspired from [SAO](https://github.com/saojs/sao) by egoist.
# Install
```shell
deno install --allow-net=api.github.com,github.com,codeload.github.com --allow-write --allow-read https://denopkg.com/hashrock/[email protected]/main.ts
```# Usage
```shell
deno-repo-download username/repo [dir]
```# Using sift template
```shell
deno-repo-download hashrock/sift-packup-template myapp
```