1.0.6 • Published 1 year ago

img-squash-cli v1.0.6

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

squash-cli

基于tinify的图片压缩cli工具

该项目是用来学习使用的,主要为了减少工作中重复的图片压缩操作,不做商业化使用。因此,如果要商用,请购买正版服务tinypng

开发环境

  • Node.js 14.17.0
  • npm 6.14.13

Install

  npm install -g img-squash-cli

Api

  npx squash-cli

如果需要指定图片压缩的文件,请添加folder参数,默认为项目目录下的src文件夹

  // 修改为处理config文件夹下内容
  npx squash-cli --folder=config

如果要生成图片压缩比等信息,请添加md参数,默认不开启

  npx suqash-cli --md=true

完整命令:

  npx suqash-cli --folder=src --md=true

Examples

使用方式可以查看examples/app这个项目

1.0.6

1 year ago

1.0.5

2 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago