mcap-easy-zip

1.0.0 • Public • Published

mcap-easy-zip

Create a compatible zip file for the mCAP

Install

$ npm install --save mcap-easy-zip

Usage

var mcapEasyZip = require('../');
 
var options = {
  pattern: ['!**/*.md', '!node_modules']
};
 
mcapEasyZip('./content/', './content.zip', options, function(err, files) {
  if (err) {
    console.log(err);
    return;
  }
 
  console.log(files);
});

Release History

(Nothing yet)

License

Copyright (c) 2014 M-Way Solutions GmbH. Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i mcap-easy-zip

Weekly Downloads

5

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mwaylabs