Skip to content

myst729/bulkop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Bulkop

License

MIT © Leo

Releases

No releases published

Packages

No packages published