Every platform has its own set of CLI tools at the moment. See each platform's README file. Android and BlackBerry-webworks have the ones I am most familiar with. Android has a bash script that you can use to create projects (./bin/create), and blackberry-webworks has a cordova-level ant file (for creating projects, a la ant create -Dproject.path=~/myapp) and a project-level ant file for deploying, running on simulator, signing, etc.
On 4/27/12 4:00 AM, "Patrick Mueller" <pmue...@gmail.com> wrote: >On Fri, Apr 27, 2012 at 03:58, Jan Becicka <jan.beci...@seznam.cz> wrote: > >> I'm looking at http://wiki.apache.org/cordova/CommandLineToolingDesign >> and I'd like to ask for help. >> This document describes command line tool "cordova" but it looks like >>this >> tool is not distributed with phonegap. Is this tool already available >> somewhere or is the document just proposal for new tooling support? >> If this is just a proposal, is it tracked somewhere? >> > >The document you referenced is just some thoughts I wrote down once when I >had a bit of time to do so. There is no tool, just that document. The >proposal isn't tracked anywhere yet - I'm not a fan of super-long-lived >bug >reports; I was thinking more than once we settle on a design, we can start >writing bugs to implement it. > > >> Or is there any other command line tool for creating cordova projects? >> > >There are some command-line tools available with some platforms - I'm not >familiar with them, someone else can chime in on those. > >-- >Patrick Mueller >http://muellerware.org