Implement parallel processing with CLI

This commit is contained in:
Wilson Lin 2022-06-22 14:03:19 +10:00
commit a6035d6f0f
4 changed files with 109 additions and 37 deletions

View file

@ -50,6 +50,12 @@ Use the `--help` argument for more details.
minify-html --output /path/to/output.min.html --keep-closing-tags --minify-css /path/to/src.html
```
To quickly parallel process a batch of files in place:
```bash
minify-html --keep-closing-tags --minify-css /path/to/**/*.html
```
</details>
<details>