Skip to content

Instantly share code, notes, and snippets.

@balanza
Created July 27, 2015 19:24
Show Gist options
  • Save balanza/3a9c8b7282de9c9dacdb to your computer and use it in GitHub Desktop.
Save balanza/3a9c8b7282de9c9dacdb to your computer and use it in GitHub Desktop.
"config": {
"localhost": "191.191.24.249",
"ts_port": "3000",
"geny_s4": "Samsung Galaxy S4 - 4.3 - API 18 - 1080x1920"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"android:s4": "appc ti build -p android --device-id \"$npm_package_config_geny_s4\"",
"android:s4:ts": "appc ti build -p android -d ./shadow/ --device-id \"$npm_package_config_geny_s4\"",
"ios:ip4s": "appc ti build -p ios ",
"ios:ip4s:ts": "appc ti build -p ios -d ./shadow",
"ios:ip5": "appc ti build -p ios --retina --tall",
"ios:ip5:ts": "appc ti build -p ios --retina --tall -d ./shadow/",
"ts:server": "ts server -i $npm_package_config_localhost -p $npm_package_config_ts_port",
"ts:log": "ts log -o $npm_package_config_localhost -p $npm_package_config_ts_port",
"ts:run": "ts run -o $npm_package_config_localhost -p $npm_package_config_ts_port",
"ts:run:u": "npm run ts:run && ts @ run -u -o $npm_package_config_localhost -p $npm_package_config_ts_port",
"ts:appify": "ts appify -d ./shadow -o $npm_package_config_localhost -p $npm_package_config_ts_port"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment