#android #simulation #ios #emulator #cli #cli-tool #android-emulator

app simls

A simple cli tool that allows for managing of android emulators & iOS simulators

2 unstable releases

0.1.0 Mar 16, 2024
0.0.2 Apr 12, 2024

#495 in Command line utilities

Download history 92/week @ 2024-03-11 25/week @ 2024-03-18 15/week @ 2024-04-01 62/week @ 2024-04-08 9/week @ 2024-04-15

87 downloads per month

MIT license

26KB
652 lines

simls

Downloads

simls is a simulator/emulator manager that provides an easy to use CLI interface for managing iOS simulators and Android emulators.

How it worksInstallationWiki

Example image

How it works

simls makes use of the cli tools of Xcode for the iOS simulators and Android studio for the android emulators.

iOS Simulators

For iOS simulators makes use of the xcrun simctl cli that comes with Xcode. This exposes a series of commands that we use to manage the simulators.

Android Emulators

For android emulators we use the emulator cli that gets shipped with Android Studio.

Installation

simls is currently only available through Cargo and Homebrew. Additional system configuration steps are required and can be found in the wiki.

Cargo

cargo install simls

Homebrew

brew tap jeroenzeelmaekers/tap
brew install simls

Dependencies

~2–11MB
~99K SLoC