Cordova client tool

The command line tool to build, deploy and manage Cordova-based applications.

Once installed — via npm — you get to do stuff like this:

cordova create ~/KewlApp
cd ~/KewlApp
cordova platform add ios
cordova platform add android
cordova plugin add http://example.org/Kewlio-1.2.3.tar.gz
cordova build

Great to see how the Cordova Platform (formerly known as PhoneGap — which now is a distribution of Cordova) is maturing

Cordova Client Tool →

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.