Skip to content

Recursively compress and replace images. Optimizes jpg, png, gif, and svg filetypes.

Notifications You must be signed in to change notification settings

escaladesports/minifyall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minifyall

Recursively compress and replace images. Optimizes jpg, png, gif, and svg filetypes.

Note: This is a destructive action. Original files will be completely replaced by their optimized copies. Use with caution.

Install

$ npm install -global minifyall

Usage

Optimize all images in the current directory:

$ cd "/path/to/images"
$ minifyall

Or optimize some filetypes in a different directory:

$ minifyall --input "/path/to/images" --extensions "png,jpg"

About

Recursively compress and replace images. Optimizes jpg, png, gif, and svg filetypes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published