cordova-deploy-windows-phone

3.5.0-2 • Public • Published

CordovaDeploy cli

extracted from Apache Cordova for Windows Phone 8

Original Repository

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cordova-deploy-windows-phone

      Weekly Downloads

      2

      Version

      3.5.0-2

      License

      apache 2

      Last publish

      Collaborators

      • 42loops