# minifyall

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

Latest version **0.1.4** (published 2017-01-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install minifyall
pnpm add minifyall
yarn add minifyall
bun add minifyall
```

Provides the command `minifyall`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2017-01-03 |
| First published | 2017-01-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 7 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kennedy Rose |
| Maintainers | ken85rose |
| Keywords | minifyall, cli, compress, gif, image, jpeg, jpg, minify, png, svg |

## Links

- npm: https://www.npmjs.com/package/minifyall
- Repository: https://github.com/escaladesports/minifyall
- Homepage: https://github.com/escaladesports/minifyall#readme
- Issues: https://github.com/escaladesports/minifyall/issues
- npm.io page: https://npm.io/package/minifyall

## Dependencies (7)

- [glob](https://npm.io/package/glob.md) ^7.1.1
- [meow](https://npm.io/package/meow.md) ^3.7.0
- [imagemin](https://npm.io/package/imagemin.md) ^5.2.2
- [imagemin-svgo](https://npm.io/package/imagemin-svgo.md) ^5.2.0
- [imagemin-mozjpeg](https://npm.io/package/imagemin-mozjpeg.md) ^6.0.0
- [imagemin-gifsicle](https://npm.io/package/imagemin-gifsicle.md) ^5.1.0
- [imagemin-pngquant](https://npm.io/package/imagemin-pngquant.md) ^5.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2017-01-03
- 0.1.3 — 2017-01-03
- 0.1.2 — 2017-01-03

## README

# 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"
```

---
_Source: https://npm.io/package/minifyall · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
