🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mcap-easy-zip

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcap-easy-zip

Create a compatible zip file for the mCAP

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
15
-40%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 15 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts