Function Create7zArchive

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

    Parameters

    Returns Promise<string>

    5.3.0

    2023-12-11

    Create7zArchive("./dist/", "dist.7z")
    Create7zArchive("./dist/*", "dist.7z")