0.2.1 • Published 7 years ago

bulkop v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bulkop

NPM Version License Build Status NPM Downloads

Bulk image optimization tool.

Installation

npm install bulkop --save

Usage

Use as a node module

var bulkop = require('bulkop')

bulkop('path/to/the/folder/of/images')

Use as a CLI tool

Install as a global module:

$ npm install bulkop -g

Open CLI and navigate to the directory contains your images, use the command to optimize all images under the directory, including sub directories:

bulkop

You could also specify a relative sub directory:

bulkop images/

Screenshot

License

MIT © Leo Deng

0.2.1

7 years ago

0.2.0

7 years ago

0.1.7

8 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago