0.0
No commit activity in last 3 years
No release in over 3 years
Organize image files for Mobile platform.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.