cordova-build
v0.0.248
Published
Cordova build - an alternative to phonegap build that runs on your servers/agents
Readme
cordova-build
[Documentation to be added]
An easy way to handle your own cordova builds without using Phonegap Build Server and getting around its disadvantages)
Requirements:
- Node
- A PC with Windows Phone SDK 8 installed
- A MAC with XCode 5.1 installed
- A PC / MAC / Linux with Android SDK installed
Install
npm install -g cordova-buildUsage
cordova-build can run in any of the next 4 different modes:
Server
cordova-build -mode:serverAgent
cordova-build -mode:agent -agent:wp8,android -agentwork:c:\tempClient
cordova-build -mode:client -build:wp8,android,ios -files:common1.zip,common2.7z -wp8:wp8specific1.7z -android.7z -ios:iosspecific.7zUI
cordova-build -mode:ui -server:DNS_OR_IP -port:SERVER_PORT