Skip to content

jeroenzeelmaekers/simls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simls

Downloads License Version

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