Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pickit/mod.ts>githubPickFiles

Extract files from tarballs and github repos using glob syntax or regular expressions.
Latest
function githubPickFiles
import { githubPickFiles } from "https://deno.land/x/pickit@v0.0.4/mod.ts";

Reads *.tar.gz file from a version tag and returns generator of the files that match the pick regex.

Parameters

  • { repo: "denoland/deno", version: "v1.0.0", pick: [/.ts$/] }

Returns

ReturnType<ReadableEntry["read"]>