Crates.io | simls |
lib.rs | simls |
version | 0.0.3 |
source | src |
created_at | 2024-03-16 15:45:00.478197 |
updated_at | 2024-06-12 20:08:02.679771 |
description | A simple cli tool that allows for managing of android emulators & iOS simulators. |
homepage | https://github.com/jeroenzeelmaekers/simls |
repository | https://github.com/jeroenzeelmaekers/simls |
max_upload_size | |
id | 1175706 |
size | 55,937 |
simls is a simulator/emulator manager that provides an easy to use CLI interface for managing iOS simulators and Android emulators.
simls makes use of the cli tools of Xcode for the iOS simulators and Android studio for the android emulators.
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.
For android emulators we use the emulator
cli that gets shipped with Android Studio.
simls is currently only available through Cargo and Homebrew. Additional system configuration steps are required and can be found in the wiki.
cargo install simls
brew tap jeroenzeelmaekers/tap
brew install simls