0.0.6 • Published 2 years ago

minify-lint-staged v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

minify-lint-staged

Imagemin CLI for minifying images designed to be used with lint-staged

Installation

npm i --save-dev minify-lint-staged

Usage

Use in conjuntion with lint-staged. In your .lintstagedrc

{
  "*.{png,jpeg,jpg,gif}": ["minify-lint-staged"]
}

Options

N/A

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request