imgcmp is used to compress images from the terminal.
Buddy.Works is a Docker-based CI server with auto-deployment tools. Its core feature are pipelines that let developers automate repeatable tasks, for example: build, test and deploy applications, compress images, run SSH scripts, monitor websites, build and push Docker images, or send custom Slack notifications – automatically on push, manually on click, or on time interval.
- compress jpg, png, svg, gif
- three levels of compression
- compress only changed images
- recurrent search
- preserved directory structure
- integrated as an pipeline action in Buddy.Works
npm install imgcmp
The tool will be immediately available after the installation.
You can call imgcmp -h
to find out more about commands available.
./node_modules/.bin/imgcmp --level=3 source/path dest/path
This project is licensed under the MIT License.