manager-sim
v0.1.4
Published
An efficient and easy-to-use CLI for managing iOS and Android emulators, optimizing the process of managing applications and devices in development environments. Perfect for mobile app developers looking to improve productivity on both platforms.
Downloads
3
Maintainers
Readme
Manager Sim Assistant
Manager Sim Assistant is an efficient and easy-to-use CLI for managing iOS and Android emulators, streamlining the process of managing applications and devices in development environments. It's perfect for mobile app developers looking to enhance productivity across both platforms.
Features
- List available emulators for iOS
- [ ] Note: Android support is pending
- Start and shutdown emulators
- Reset emulators to their original state
- [ ] Install and uninstall apps on emulators
- [ ] Launch and terminate apps on emulators
- [ ] Take screenshots and record videos from emulators
- [ ] Open URLs on emulators
Installation
To install Manager Sim Assistant, run the following command:
npm install -g manager-sim
Or, if you prefer using Yarn:
yarn global add manager-sim
- List available devices:
manager-sim list-devices
- Start a specific device:
manager-sim start-device <device-id>
- Shutdown a specific device:
manager-sim shutdown-device <device-id>
- Reset a specific device:
manager-sim reset-device <device_id>