Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saintedlama/tinify-cli
Tinify images from the command line using the tinify API
https://github.com/saintedlama/tinify-cli
Last synced: 2 months ago
JSON representation
Tinify images from the command line using the tinify API
- Host: GitHub
- URL: https://github.com/saintedlama/tinify-cli
- Owner: saintedlama
- License: isc
- Created: 2017-04-05T14:36:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T14:38:41.000Z (about 1 year ago)
- Last Synced: 2024-10-12T12:25:40.710Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinify-cli
Tinify images from the command line using the tinify API
## Installation
```bash
npm i tinify-cli -g
```## Usage
```bash
Usage: tinify-cli [options]
Options:
-k, --key Your tinify API key. You can get a tinify API key at https://tinypng.com/developers
-h, --help Show helpExamples:
bin\cli.js --key secretkey **/*.png tinify .png files
bin\cli.js --key secretkey **/*.jpg tinify .jpg files
bin\cli.js --key secretkey **/*.{png,gif,jpg} tinify all image files
```