{"id":20066415,"url":"https://github.com/itgalaxy/imagemin-power-cli","last_synced_at":"2025-06-15T19:08:58.210Z","repository":{"id":48410450,"uuid":"65751804","full_name":"itgalaxy/imagemin-power-cli","owner":"itgalaxy","description":"Optimize (compress) images with power using imagemin :muscle:","archived":false,"fork":false,"pushed_at":"2023-01-12T09:41:06.000Z","size":1236,"stargazers_count":13,"open_issues_count":47,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-05T18:37:03.719Z","etag":null,"topics":["cli","imagemin","images","minification","minifier","minify"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itgalaxy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-15T17:38:49.000Z","updated_at":"2019-01-31T09:21:38.000Z","dependencies_parsed_at":"2023-02-09T11:01:47.900Z","dependency_job_id":null,"html_url":"https://github.com/itgalaxy/imagemin-power-cli","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/itgalaxy/imagemin-power-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fimagemin-power-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fimagemin-power-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fimagemin-power-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fimagemin-power-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itgalaxy","download_url":"https://codeload.github.com/itgalaxy/imagemin-power-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fimagemin-power-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260035586,"owners_count":22949253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","imagemin","images","minification","minifier","minify"],"created_at":"2024-11-13T13:57:02.939Z","updated_at":"2025-06-15T19:08:58.163Z","avatar_url":"https://github.com/itgalaxy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imagemin-power-cli\n\n[![NPM version](https://img.shields.io/npm/v/imagemin-power-cli.svg)](https://www.npmjs.org/package/imagemin-power-cli)\n[![Travis Build Status](https://img.shields.io/travis/itgalaxy/imagemin-power-cli/master.svg?label=build)](https://travis-ci.org/itgalaxy/imagemin-power-cli)\n[![Coverage Status](https://coveralls.io/repos/github/itgalaxy/imagemin-power-cli/badge.svg?branch=master)](https://coveralls.io/github/itgalaxy/imagemin-power-cli?branch=master)\n[![dependencies Status](https://david-dm.org/itgalaxy/imagemin-power-cli/status.svg)](https://david-dm.org/itgalaxy/imagemin-power-cli)\n[![devDependencies Status](https://david-dm.org/itgalaxy/imagemin-power-cli/dev-status.svg)](https://david-dm.org/itgalaxy/imagemin-power-cli?type=dev)\n[![Greenkeeper badge](https://badges.greenkeeper.io/itgalaxy/imagemin-power-cli.svg)](https://greenkeeper.io/)\n\nOptimize (compress) images with power using [imagemin](https://github.com/imagemin/imagemin) :muscle: \n\n## Install\n\n```shell\nnpm install --global imagemin-power-cli\n```\n\nAlso you can install package locally:\n\n```shell\nnpm install --save imagemin-power-cli\n```\n\n## Usage\n\n```shell\n    Usage\n        $ imagemin-power [input] [options]\n        $ imagemin-power \u003cfile\u003e \u003e \u003coutput\u003e\n        $ cat \u003cfile\u003e | imagemin-power \u003e \u003coutput\u003e\n        \n    Input: Files(s), glob(s), or nothing to use stdin.\n      \n        If an input argument is wrapped in quotation marks, it will be passed to\n        node-glob for cross-platform glob support. \\`node_modules\\` and\n        \\`bower_components\\` are always ignored. You can also pass no input and use\n        stdin, instead.\n\n    Options:\n\n        -c, --config           Configuration for plugins, need export \\`plugins\\`.\n        -d, --cwd              Current working directory.\n        -m, --max-concurrency  Sets the maximum number of instances of Imagemin that can run at once.\n        -p, --plugin           Override the default plugins.\n        -o, --out-dir          Output directory (respect \\`cwd\\` argument).\n        -r, --recursive        Run the command recursively.\n        -i, --ignore-errors    Not stop on errors (it works with only with \u003cpath|glob\u003e).\n        -s  --silent           Reported only errors.\n        -v, --verbose          Reported everything.\n\n    Examples\n        $ imagemin-power images/* --out-dir=build\n        $ imagemin-power foo.png \u003e foo-optimized.png\n        $ cat foo.png | imagemin-power \u003e foo-optimized.png\n        $ imagemin-power --plugins=pngquant foo.png \u003e foo-optimized.png\n```\n\n## Related\n\n-   [imagemin](https://github.com/imagemin/imagemin) - API for this module\n\n## Contribution\n\nFeel free to push your code if you agree with publishing under the MIT license.\n\n## [Changelog](CHANGELOG.md)\n\n## [License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitgalaxy%2Fimagemin-power-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitgalaxy%2Fimagemin-power-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitgalaxy%2Fimagemin-power-cli/lists"}