@vttforge/cli / EmitZipOptions
Interface: EmitZipOptions
Properties
extras?
optionalextras?:string[]
Filenames (relative to extrasFrom) to add at the zip root if present.
extrasFrom?
optionalextrasFrom?: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.