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
fork icon225
star icon0
watch icon4