Sim Crafter is a command-line interface tool designed to streamline the management of iOS simulators. With Sim Crafter, users can effortlessly list, create, delete, boot up simulators, and take screenshots directly from the terminal.
- List Simulators: Display all available iOS simulators, including their OS versions, UDIDs, state, and availability.
- Create Simulators: Quickly create new simulators by selecting the device type and iOS version.
- Delete Simulators: Remove unnecessary simulators with ease.
- Boot Simulators: Start up a simulator by choosing from a list of available devices.
- Take Screenshots: Capture screenshots from an active simulator.
Sim Crafter can be installed through npm. To add it to your project, run the following command:
npm install -g @kud/sim-crafter-cli
Make sure you have Node.js installed on your system to use Sim Crafter.
To see all available simulators:
sim-crafter list-remote
To see all installed simulators:
sim-crafter list
To create a new simulator:
sim-crafter create
Follow the prompts to choose a device type and iOS runtime for your new simulator.
To delete one or more simulators:
sim-crafter delete
You will be prompted to select the simulators you wish to delete from the presented list.
To boot up a simulator:
sim-crafter boot
Select a simulator to boot from the list of available devices.
To capture a screenshot of a booted simulator:
sim-crafter screenshot
Choose a booted simulator and specify the path where you want the screenshot saved.
Your contributions are welcome! Feel free to submit pull requests or open issues to suggest improvements or add new features to Sim Crafter.
Sim Crafter is distributed under the MIT License. See LICENSE
for more information.