Skip to content

@vttforge/cli / EmitZipOptions

Interface: EmitZipOptions

Properties

extras?

optional extras?: string[]

Filenames (relative to extrasFrom) to add at the zip root if present.


extrasFrom?

optional extrasFrom?: string

Where to look for extras. Required when extras is non-empty.


outFile

outFile: string

Output zip path. Parent directory must exist.


sourceDir

sourceDir: string

Directory whose contents go into the zip at root.

MIT licensed.