Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.87 KB

DEPENDENCIES.md

File metadata and controls

40 lines (30 loc) · 1.87 KB

imageoptim-cli

Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process.

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install imageoptim-cli --save

Dependencies

  • chalk: Terminal string styling done right
  • commander: the complete solution for node.js command-line programs
  • expect-more: Curried JavaScript Type Testing Library with Zero Dependencies
  • globby: User-friendly glob matching
  • pretty-bytes: Convert bytes to a human readable string: 1337 → 1.34 kB

Dev Dependencies

License

MIT