Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 1 month 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