How to use the create function from archiver
Find comprehensive JavaScript archiver.create code examples handpicked from public code repositorys.
13 14 15 16 17 18 19 20 21
## Usage ```js var archiver = require('archiver'); var archive = archiver.create('zip', {}); // or archiver('zip', {}); ``` ## Formats
225
0
4
archiver.registerFormat is the most popular function in archiver (9 examples)