Function CreateZipArchive

  • This function calls the 7z binary, it should be available in your PATH.

    Parameters

    Returns Promise<string>

    Since

    5.3.0

    Version

    2023-12-03

    Example

    CreateZipArchive("./dist/", "dist.zip")
    CreateZipArchive("./dist/*", "dist.zip")

Generated using TypeDoc