Popularity
3.6
Stable
Activity
0.0
Stable
227
9
7

Monthly Downloads: 164
Programming language: Ruby
License: MIT License
Tags: Project setup    

chairs alternatives and similar libraries

Based on the "Project setup" category.
Alternatively, view chairs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of chairs or a related project?

Add another 'Project setup' Library

README

Musical Chairs

A gem for swapping iOS simulator states. Saves all the documents, library and cache for the most recently used iOS app into the current folder with a named version. Commands are modeled after git. There's a writeup on the motivations for this: artsy.github.com

Setup

gem install chairs

The first time you run it, chairs will ask you to add "chairs/" to your .gitignore file if you have one, you should accept this, it gets big fast.

Usage

Run chairs from the root folder of your project.

    chairs pull [name]        get documents and support files from latest built app and store as name.
    chairs push [name]        overwrite documents and support files from the latest build in Xcode.
    chairs rm   [name]        delete the files for the chair.
    chairs open               open the current app folder in Finder.
    chairs list               list all the current docs in working directory.
    chairs sync               takes the app from the *currently open* sim, and send it to all other sims.

Problems?

You can open a new issue. I'm usually very responsive to changes.

Thanks to...

License

See the LICENSE.txt file included in the distribution.

Copyright

Copyright (c) 2014 Orta Therox & Art.sy


*Note that all licence references and agreements mentioned in the chairs README section above are relevant to that project's source code only.