simls

Crates.iosimls
lib.rssimls
version0.0.3
sourcesrc
created_at2024-03-16 15:45:00.478197
updated_at2024-06-12 20:08:02.679771
descriptionA simple cli tool that allows for managing of android emulators & iOS simulators.
homepagehttps://github.com/jeroenzeelmaekers/simls
repositoryhttps://github.com/jeroenzeelmaekers/simls
max_upload_size
id1175706
size55,937
Jeroen Zeelmaekers (jeroenzeelmaekers)

documentation

README

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
Commit count: 107

cargo fmt