Skip to content

transient-jonas/resize-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ resize

Build Status XO code style

Terminal client to resize images keeping the aspect ratio

$ npm i -g resize-cli

Usage

$ resize ./images/*

Options

  • --suffix, -s Suffix for all new generated files
  • --max-width, -w Max width
  • --max-height, -h Max height
  • --out-dest, -o Output destination path

Examples

  • $ resize ./images/* -w 450 -h 450
  • $ resize ./images/* -w 450 -h 450 -o ./dist/images/
  • $ resize ./images/* -w 450 -h 450 -o ./dist/images/ -s ".min"

License

MIT License

About

Terminal client to resize images keeping the aspect ratio

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published