This package has been deprecated

Author message:

renaming to assemble-middleware-decompress

assemble-contrib-decompress

0.1.4 • Public • Published

assemble-contrib-decompress NPM version

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

Install

Install with npm:

npm i assemble-contrib-decompress --save

Next, add the plugin to the Assemble options:

options: {
  plugins: ['assemble-contrib-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', 'assemble-contrib-decompress'],
    download: {
      repo: 'assemble/handlebars-helpers',
      files: ['docs/helpers.zip'],
      dest: 'tmp/'
    }
    decompress: {
      files: ['tmp/helpers.zip'],
      dest: 'docs/helpers/'
    }
  }
}

Other Assemble plugins

Here are some related projects you might be interested in from the Assemble core team.

Visit assemble.io/plugins for more information about Assemble plugins.

Contributing

Find a bug? Have a feature request? Please create an Issue.

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality, and run docs in the command line to build the docs with Verb.

Pull requests are also encouraged, and if you find this project useful please consider "starring" it to show your support! Thanks!

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by grunt-verb on May 01, 2014.

Package Sidebar

Install

npm i assemble-contrib-decompress

Weekly Downloads

0

Version

0.1.4

License

none

Last publish

Collaborators

  • jonschlinkert
  • doowb