danger-tinypng is a plugin for Danger to compress your PNG/JPEG images by using TinyPNG API.
$ gem install danger-tinypng
Methods and attributes from this plugin are available in
your `Dangerfile` under the `tinypng` namespace.
- Clone this repo
- Run
bundle install
to setup dependencies. - Run
bundle exec rake spec
to run the tests. - Use
bundle exec guard
to automatically have tests run as you make changes. - Make your changes.
Do you want to check your text during CI? Please check my another Danger plugin called danger-text_checker.