Skip to content

Instantly share code, notes, and snippets.

View ArjunReddyD's full-sized avatar
🎯
Focusing

Mallikarjun Reddy ArjunReddyD

🎯
Focusing
View GitHub Profile
@wswebcreation
wswebcreation / start.ios.simulator.js
Created November 29, 2017 06:56
Brain fart to start an iOS simulator from the command line including starting a test
const { execFileSync, spawnSync } = require('child_process');
const inquirer = require('inquirer');
console.log(`
============================
iOS Simulator CLI Helper
============================
`);