Project

gladwrap

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby cli for wrapping UI mockups in a device frame. Supports iPhone 6 (black & white), more devices coming soon.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 2.15.4
= 4.2.1
 Project Readme

#Gladwrap Gladwrap is a cli I made that wraps your UI mockups in a device frame. Right now it only supports iphone 6 black & white, and assumes you're designing at 2x. I'll add more devices and options soon. I'm sure there are tools that do this and don't involve the command line. You should use one of those.

Quick start

  • Install the dumb dependency brew install imagemagick
  • Install the actual gem gem install gladwrap
  • Move to your mockups folder cd /path/to/your/design/mockups/
  • Run gladwrap gladwrap
  • Enjoy

You can speicify the device you want to use with gladwrap -d iphone6_white. iPhone6_black is default.

Gladwrap will create a gladwrap/ folder in your mockups folder and save a new copy of each mockup, wrapped in the specified device frame.

Device list

  • iphone6_black (default)
  • iphone6_white

Coming soon

iPhone6 gold, iPhone6 plus, Android devices, tablets?... you tell me.

Welp, see ya later.