bulkop

0.2.1 • Public • Published

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 Deng

Readme

Keywords

Package Sidebar

Install

npm i bulkop

Weekly Downloads

2

Version

0.2.1

License

MIT

Last publish

Collaborators

  • myst729