imgcompile

0.1.0 • Public • Published

IMGCompile

Optimize and compress JPG, JPEG, PNG, GIF or SVG.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

Why it's awesome

No spend several hours setting configuration files. IMGCompile will compile, optimize and compress JPG, JPEG, PNG, GIF or SVG. Set folder name where the source code is located and we'll take care of the rest for you. Just it!

NOTE: For now only works with JPG, JPEG, PNG, GIF and SVG.

Getting Started

Install with npm

$ npm install imgcompile

Install with Yarn

$ yarn add imgcompile

Run with npx (without installing)

$ npx install imgcompile

Usage

$ imgcompile src dist

NOTE: Only the folder name is required.

CLI

$ imgcompile --help

  Usage:

    $ imgcompile <input> [<output>] [<options>]

  Options:

    -h, --help              Display help information
    -v, --version           Output version

  Examples:

    $ imgcompile src
    $ imgcompile src dist

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Licensed under the MIT License.

Package Sidebar

Install

npm i imgcompile

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

6.11 kB

Total Files

5

Last publish

Collaborators

  • cjpatoilo