Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hashrock/deno-repo-download


https://github.com/hashrock/deno-repo-download

Last synced: about 1 month ago
JSON representation

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
```