# skeleton CLI for fast generating multi language page objects from iOS and Android screens. Prerequisites: -------- #### Global - Install [imagemagick](http://brewformulas.org/Imagemagick). #### Android - Install [SDK Tools](http://developer.android.com/sdk/installing/index.html?pkg=tools). - SDK tools are added to your $PATH ([OSX](https://stackoverflow.com/posts/19764254/revisions)). - Enable [USB Debugging](https://www.kingoapp.com/root-tutorials/how-to-enable-usb-debugging-mode-on-android.htm) on your device(s). #### iOS - Install [Xcode](https://developer.apple.com/xcode/download/). - Install [Xcode Command Line Tools](http://railsapps.github.io/xcode-command-line-tools.html). - Install [ideviceinstaller](http://brewformulas.org/Ideviceinstaller). Installation: ------ $ gem install skeleton-ui Precondition: ------ $ skeleton server Usage: ------ $ skeleton --help DESCRIPTION: CLI for fast generating multi language page objects from iOS and Android screens. COMMANDS: server Run skeleton web-server clear Clear user cache scan Make screen objects GLOBAL OPTIONS: -h, --help Display help documentation -v, --version Display version information -t, --trace Display backtrace when an error occurs $ skeleton scan --help EXAMPLES: skeleton scan -p (ios or android) -u 749575366595763538563 -b com.my.bundle OPTIONS: -p, --platform PLATFORM Set device platform: android or ios -u, --udid UDID Set device UDID -b, --bundle BUNDLE Set Bundle ID for your app [required for iOS] --[no-]browser Not open the browser at the end of skeleton's work $ skeleton clear --help EXAMPLES: skeleton clear $ skeleton server --help EXAMPLES: skeleton clear OPTIONS: -p, --port PORT Set web-server port Docs: ------ - [Setting up Skeleton for working with iOS real devices](https://github.com/forqa/skeleton/blob/master/docs/real-ios-device-config.md) - [Setting up RVM for deciding permissions problems](https://github.com/alter-al/skeleton/blob/master/docs/permissions_error.md) ## License A tool is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).