Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process.
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
- 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
- @types/node: TypeScript definitions for Node.js
- @typescript-eslint/eslint-plugin: TypeScript plugin for ESLint
- @typescript-eslint/parser: An ESLint custom parser which leverages TypeScript ESTree
- eslint: An AST-based pattern checker for JavaScript.
- organize-imports-cli: VS Code's 'Organize imports' executable from command line
- pkg: Package your Node.js project into an executable
- prettier: Prettier is an opinionated code formatter
- syncpack: Consistent dependency versions in large JavaScript Monorepos
- typescript: TypeScript is a language for application scale JavaScript development
MIT