bulkop
v0.2.1
Published
Bulk image optimization tool.
Readme
bulkop
Bulk image optimization tool.
Installation
npm install bulkop --saveUsage
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 -gOpen CLI and navigate to the directory contains your images, use the command to optimize all images under the directory, including sub directories:
bulkopYou could also specify a relative sub directory:
bulkop images/Screenshot
License
MIT © Leo Deng
