gzip-all

1.0.0 • Public • Published

gzip-all

Recursively generate .gz gzipped versions of files recursively for every file in a folder.

API

A single function that takes two arguments: a glob string, and an optional object to pass in as options to glob.

Returns a promise that resolves to an array of all .gz files created.

Programmatic usage

const gzipAll = require('gzip-all')
 
gzipAll('**/content/*.md').then(newFiles => {
    console.log('yay, created', newFiles.length, 'compressed files!')
})

CLI usage

gzip-all "**/content/*.md"

License

WTFPL

Readme

Keywords

Package Sidebar

Install

npm i gzip-all

Weekly Downloads

1,871

Version

1.0.0

License

WTFPL

Last publish

Collaborators

  • tehshrike