Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 858 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 858 Bytes

danger-tinypng

Build Status

danger-tinypng is a plugin for Danger to compress your PNG/JPEG images by using TinyPNG API.

Installation

$ gem install danger-tinypng

Usage

Methods and attributes from this plugin are available in
your `Dangerfile` under the `tinypng` namespace.

Development

  1. Clone this repo
  2. Run bundle install to setup dependencies.
  3. Run bundle exec rake spec to run the tests.
  4. Use bundle exec guard to automatically have tests run as you make changes.
  5. Make your changes.

Do you want to check your text during CI? Please check my another Danger plugin called danger-text_checker.