my-tiny

0.0.7 • Public • Published

My-tiny

tinypng配合git的一个命令行工具

Usage with yorkie

Installation

npm install my-tiny -S

config your tinypng's APIKey:

项目根目录新建.tiny文件,内容如下:

{
  "tinifyKey": [APIKey1, APIKey2],
  "ignore": [
    "dist"
  ]
}

可以设置多个, my-tiny会轮询使用所有配置的apikey

Usage

"gitHooks": {
    "pre-commit": "tiny s"
},

Usage with cli

Installation

npm install -g my-tiny

config your tinypng's APIKey:

 tiny c -key APIKey

Usage

git add .
tiny s
git commit -m <msg>

Related Projects

  • tinify Node.js client for the Tinify API, used for TinyPNG and TinyJPG. Tinify compresses your images intelligently.

Contribution

Your contributions and suggestions are heartily welcome.

Package Sidebar

Install

npm i my-tiny

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

7.52 kB

Total Files

12

Last publish

Collaborators

  • lostsory