An open API service indexing awesome lists of open source software.

https://github.com/artcom/ruby-adb

Ruby Wrapper for Android Debug Bridge (adb)
https://github.com/artcom/ruby-adb

Last synced: 7 months ago
JSON representation

Ruby Wrapper for Android Debug Bridge (adb)

Awesome Lists containing this project

README

          

# Android Debug Bridge Wrapper for Ruby

A small wrapper for the Android adb utility.

## Installation

Add this line to your application's Gemfile:

gem 'adb'

And then execute:

$ bundle

Or install it yourself as:

$ gem install adb

## Usage

TODO: Write usage instructions here