0.0.2 • Published 7 years ago

auto-emulate v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Auto-Emulate

Starts an emulator with the capability to wait for the emulator to start.

Requirements

Android emulator requirements

Usage

  var autoEmulate = require('auto-emulate);

  autoEmulate.emulateAndroid({
    name: 'avd_device_name'
  });

  autoEmulate.waitForAndroidEmulator();

Road Map

  • Add iOS Simulator support

Development