Socket
Book a DemoInstallSign in
Socket

grunt-assemble-decompress

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-assemble-decompress

Assemble plugin for extracting zip, tar and tar.gz archives.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

grunt-assemble-decompress NPM version

Assemble plugin for extracting zip, tar and tar.gz archives.

$ npm i grunt-assemble-decompress --save

Next, add the plugin to the Assemble options:

assemble: {
  options: {
    plugins: ['grunt-assemble-decompress', 'other/plugins/*.js']
  }
}

Visit the plugins docs for more info about plugins or for help getting started.

Options

files

Type: String Default: undefined

Path the file or files to decompress.

dest

Type: String Default: undefined

Destination for the decompressed files.

Examples

assemble: {
  options: {
    plugins: ['assemble-contrib-download', 'grunt-assemble-decompress'],
    download: {
      repo: 'assemble/handlebars-helpers',
      files: ['docs/helpers.zip'],
      dest: 'tmp/'
    }
    decompress: {
      files: ['tmp/helpers.zip'],
      dest: 'docs/helpers/'
    }
  }
}

Other grunt-assemble plugins

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jon Schlinkert

License

Copyright © 2015 Jon Schlinkert Released under the MIT license.

This file was generated by verb-cli on September 24, 2015.

Keywords

assemble

FAQs

Package last updated on 24 Sep 2015

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