Sha256: d07c0bbadf9deccc4acbfa68b5b81728d58b7e1024f4e64b83bcd096aef892e9
Contents?: true
Size: 806 Bytes
Versions: 1
Compression:
Stored size: 806 Bytes
Contents
# MobileExport 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](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mobile_export-0.1.0 | README.md |