This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"firstName": "Dick", | |
"lastName": "Tracy", | |
"conversation": [ | |
{ | |
"placeRight": true, | |
"message": "So it seems like this internet thing is here to stay, huh?" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"placeRight": true, | |
"message": "I'm fine, how are you?" | |
}, | |
{ | |
"placeRight": false, | |
"message": "Hey wassup?" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { execFileSync, spawnSync } = require('child_process'); | |
const inquirer = require('inquirer'); | |
console.log(` | |
============================ | |
iOS Simulator CLI Helper | |
============================ | |
`); | |
NewerOlder