cordova-deploy-windows-phone
v3.5.0-2
Published
CordovaDeploy cli, extracted from Apache Cordova for Windows Phone 8
Downloads
7
Readme
CordovaDeploy cli
extracted from Apache Cordova for Windows Phone 8
So, it works only on windows
Install
npm install cordova-deploy-windows-phone -g
Usage
cordovadeploy
Usage: CordovaDeploy [ -devices BuildOutputPath -d:DeviceIndex -uninstall ]
-devices : lists the devices and exits
BuildOutputPath : path to the built application, typically Bin/Debug/ or Bin/Release/
-d : index of the device to deploy, default is 0
-uninstall : will uninstall the application before re-installing it, removing all app documents a
nd temp files
examples:
CordovaDeploy -devices
CordovaDeploy Bin/Debug
CordovaDeploy Bin/Release -d:1