Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed May 20, 2013
1 parent 4c1dea9 commit 7380fbe
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
ImageOptim-CLI
==============
# ImageOptim-CLI

**A Command Line launcher for [ImageOptim](http://imageoptim.com/) for the Mac.**
ImageOptim-CLI controls [ImageOptim](http://imageoptim.com) from the command line, to allow lossless optimisation of images to become part of your automated build process.

ImageOptim-CLI is a Shell Script which controls ImageOptim.app from the command line.
## Installation

$ sudo npm install -g imageoptim-cli

## Usage

$ imageOptim /path/to/images

ImageOptim.app will be launched and begin optimising all images in that directory.
ImageOptim-CLI launches ImageOptim and waits while it optimises all images in that directory.

## Grunt plugin

**[JamieMason/grunt-imageoptim](https://github.com/JamieMason/grunt-imageoptim)** is the [Grunt](http://gruntjs.com) plugin for imageoptim-cli.

## Similar Projects

Expand Down

0 comments on commit 7380fbe

Please sign in to comment.