auto-emulate
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i auto-emulate

Weekly Downloads

3

Version

0.0.2

License

ISC

Last publish

Collaborators

  • isoung