tinypic-cli
Version:
cmd for tinypng with no key
23 lines (19 loc) • 369 B
Markdown
# tinypic-cli
## install
```bash
npm i -g tinypic-cli
```
## how to use
```text
Usage
tiny <file or path>
tiny -b // backup all your images into \`_folder\`
Example
tiny // current dir
tiny . // current dir
tiny -r // shrink images recursively
tiny a.jpg
tiny a.jpg b.jpg
tiny img/test.jpg
tiny folder
```