adi928 / ios-simulator

Node.js wrapper for ios simulator

Home Page:http://macacajs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios-simulator

NPM version build status Test coverage node version npm download

iOS Simulator Node.js wrapper

Contributors


xudafeng


ziczhu


CodeToSurvive1


djhr

This project follows the git-contributor spec, auto upated at Sat Nov 24 2018 14:06:54 GMT+0800.

Installment

$ npm i ios-simulator --save

Usage

Enable Developer Mode:

$ DevToolsSecurity -enable
$ npm i ios-simulator -g
$ ios-simulator -n 'iPhone 6s'
$ xcrun simctl shutdown `ios-simulator -n 'iPhone 6s'`
$ open -a Simulator --args -CurrentDeviceUDID `ios-simulator -n 'iPhone 6s'`

License

The MIT License (MIT)

About

Node.js wrapper for ios simulator

http://macacajs.github.io

License:MIT License


Languages

Language:JavaScript 100.0%