imagemin-power-cli
Optimize (compress) images with power using imagemin
Install
npm install --global imagemin-power-cliAlso you can install package locally:
npm install --save imagemin-power-cliUsage
Usage
$ imagemin-power [input] [options]
$ imagemin-power <file> > <output>
$ cat <file> | imagemin-power > <output>
Input: Files(s), glob(s), or nothing to use stdin.
If an input argument is wrapped in quotation marks, it will be passed to
node-glob for cross-platform glob support. \`node_modules\` and
\`bower_components\` are always ignored. You can also pass no input and use
stdin, instead.
Options:
-c, --config Configuration for plugins, need export \`plugins\`.
-d, --cwd Current working directory.
-m, --max-concurrency Sets the maximum number of instances of Imagemin that can run at once.
-p, --plugin Override the default plugins.
-o, --out-dir Output directory (respect \`cwd\` argument).
-r, --recursive Run the command recursively.
-i, --ignore-errors Not stop on errors (it works with only with <path|glob>).
-s --silent Reported only errors.
-v, --verbose Reported everything.
Examples
$ imagemin-power images/* --out-dir=build
$ imagemin-power foo.png > foo-optimized.png
$ cat foo.png | imagemin-power > foo-optimized.png
$ imagemin-power --plugins=pngquant foo.png > foo-optimized.pngRelated
- imagemin - API for this module
Contribution
Feel free to push your code if you agree with publishing under the MIT license.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
