How to use the c function from tar

Find comprehensive JavaScript tar.c code examples handpicked from public code repositorys.

596
597
598
599
600
601
602
603
604
605
606
607
}




async function zip_release() {
    let releaseDir = g_releaseObject.staging.folder
    await tar.c(
        {
          gzip: true,
          file: releaseDir + '.tgz'
        },
fork icon0
star icon0
watch icon2

+ 3 other calls in file