Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phamfoo/emus
Start the Android Emulator and the iOS Simulator from the command line
https://github.com/phamfoo/emus
android avd cli ios simulator
Last synced: 3 days ago
JSON representation
Start the Android Emulator and the iOS Simulator from the command line
- Host: GitHub
- URL: https://github.com/phamfoo/emus
- Owner: phamfoo
- License: mit
- Created: 2020-04-06T15:56:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T09:43:41.000Z (over 3 years ago)
- Last Synced: 2024-11-08T12:50:59.770Z (6 days ago)
- Topics: android, avd, cli, ios, simulator
- Language: TypeScript
- Homepage:
- Size: 378 KB
- Stars: 88
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emus
[![Stable Release](https://img.shields.io/npm/v/emus.svg)](https://npm.im/emus) [![license](https://badgen.now.sh/badge/license/MIT)](./LICENSE)
Start the Android Emulator and the iOS Simulator from the command line.
This cli gives you a list of virtual devices available on your machine, with the most recently opened (from the cli) at the top.![](screenshot.png)
## Installation
```sh
yarn global add emus
```or
```sh
npm install -g emus
```## Usage
```
$ emus --helpStart the Android Emulator and the iOS Simulator from the command line
Usage
$ emus [options]Options
-a, --android Start the Android Emulator
-i, --ios Start the iOS Simulator
-s, --show-startup-options Show the startup options from the Android EmulatorExamples
$ emus
$ emus -a
$ emus -i
$ emus -as
```