mcap-easy-zip
v1.0.0
Published
Create a compatible zip file for the mCAP
Downloads
13
Readme
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.