1.0.0 • Published 11 years ago

mcap-easy-zip v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

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.

1.0.0

11 years ago

0.1.0

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.8

11 years ago