Skip to main content
Module

x/scaffold/src/deps/std.ts>Tar

scaffold your next project with style and 💗
Latest
class Tar
import { Tar } from "https://deno.land/x/scaffold@0.3.0/src/deps/std.ts";

A class to create a tar archive

Constructors

new
Tar()

Properties

data: TarDataWithSource[]

Methods

append(fn: string, opts: TarOptions)

Append a file to this tar archive

getReader(): Reader

Get a Reader instance for this tar data