2 releases
0.1.0 |
|
---|---|
0.0.3 | Jun 12, 2024 |
0.0.2 | Apr 12, 2024 |
#23 in Simulation
26KB
652 lines
simls
simls is a simulator/emulator manager that provides an easy to use CLI interface for managing iOS simulators and Android emulators.
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
~3–11MB
~115K SLoC