1.0.3 • Published 1 year ago

tci v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

tinify-compress-anywhere

NPM Version NPM Downloads Install Size

Read this in other languages: English | 简体中文

Introduction

compress image files from anywhere to anywhere with tinify plugin

Installation

npm install tci -g

Check Version

check tci plugin version

tci -V

Set Key

set apiKey of what is Authentication to the API is done with HTTP Basic Auth of tinify. fetch address

tci setKey apiKey

setKey

Get Count

Get info about how much images the API key already optimized this month.

tci count

getCount

compress images

use tinify to compress your images.

simple compress, default source name is ./source, default output name is ./output

tci

use relative path

tci -s ./source -o ./output

use absolute path

tci -s E:\tinify-compress-anywhere\source -o E:\tinify-compress-anywhere\output

cover current path file, just use the same path

tci -s ./source -o ./source

before the compression, copy the origin files to copyPath

tci -s ./source -o ./source -c ./copy

compressing

complete

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago