Implement parallel processing with CLI
This commit is contained in:
parent
7263c7a95d
commit
a6035d6f0f
4 changed files with 109 additions and 37 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue