JuanitoFatas / mobile_export

Organize your images for Android.

Home Page:https://github.com/JuanitoFatas/mobile_export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileExport

Gem Version Build Status

Organize your images for Android.

Given:

folder/
├── base_h.png
├── base_hhh.png
├── base_m.png
├── base_xh.png
└── base_xxh.png

After mobile_export:

folder/
├── drawable-hdpi
│   └── base.png
├── drawable-hhhdpi
│   └── base.png
├── drawable-mdpi
│   └── base.png
├── drawable-xhdpi
│   └── base.png
└── drawable-xxhdpi
    └── base.png

Installation

$ gem install mobile_export

Usage

$ mobile_export

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/JuanitoFatas/mobile_export.

License

The gem is available as open source under the terms of the MIT License.

About

Organize your images for Android.

https://github.com/JuanitoFatas/mobile_export

License:MIT License


Languages

Language:Ruby 98.1%Language:Shell 1.9%