archiver-zip
a zip plugin for archiver
Last updated 11 years ago by ctalkington .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install archiver-zip 
SYNC missed versions from official npm registry.

archiver-zip v0.1.0 Build Status

zip archiver plugin

Install

$ npm install --save archiver-zip

Usage

var Archiver = require('archiver');
var ArchiverZip = require('archiver-zip');

new Archiver()
  .src('files/*.html')
  .pipe(archive.dest('dest/archive.zip'))
  .use(ArchiverZip())
  .run();

API

ArchiverZip(options)

TBA

Things of Interest

Current Tags

  • 0.1.0                                ...           latest (11 years ago)

2 Versions

  • 0.1.0                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (2)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |