Sha256: 16b6f4752e5190b5bf6a72fb1c73ec8302ed6e4730fcc4e593ef487403afbe63
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
# Manymo TODO: Write a gem description ## Dependencies You will need adb (from the [Android SDK](http://developer.android.com/sdk)) in your PATH. ## Installation $ gem install manymo ## Usage ``` manymo [options] COMMAND [ARGUMENTS] Commands: launch EMULATORNAME Launch a headless emulator and make it appear like a local device list List emulators; use the name attribute with the launch command shutdown [SERIALNUMBER] Shutdown specified headless emulator or tunnel, or all if serial number omitted token Display a prompt to enter authorization token tunnel TUNNELKEY Make an in-browser emulator appear like a local device Options: --adb-path PATH_TO_ADB Specify path to adb executable; otherwise uses the one in your path ``` More documentation is at https://www.manymo.com/pages/documentation/manymo-command-line-tool ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
manymo-2.0.0.beta3 | README.md |
manymo-2.0.0.beta2 | README.md |
manymo-2.0.0.beta | README.md |