Sha256: 0082a1e13e174b32e82642f501aede0055cdb5b09360e3c735f0c6c4a96fd3f4

Contents?: true

Size: 676 Bytes

Versions: 2

Compression:

Stored size: 676 Bytes

Contents

# danger-apkstats

A description of danger-apkstats.

## Installation

    $ gem install danger-apkstats

## Usage

    Methods and attributes from this plugin are available in
    your `Dangerfile` under the `apkstats` namespace.

# Sample

```
apkstats.command_type=:apk_analyzer # required
apkstats.apk_filepath='app-debug.apk' # required
apkstats.compare_with('app-other.apk', do_report: true)
apkstats.filesize
apkstats.downloadsize
```

## Development

1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
danger-apkstats-0.0.2 README.md
danger-apkstats-0.0.1 README.md