Hi German, You can use:
cordova create MyProject --copy-from=path/to/sourceproject On Wed, Jun 25, 2014 at 10:47 AM, German Viscuso <[email protected]> wrote: > Ok thanks. But that's exactly what I don't know how to do (can you > point me to a doc or something?). > That's my fork of your project, remember I asked permission via Twitter? :) > Best. > German > > On Tue, Jun 24, 2014 at 9:58 PM, Ray Camden <[email protected]> wrote: > > The CLI allows you to copy from a folder to 'seed' a new project. I'd > use that. > > > > Interesting - CowTipLine is my app - but that's not my repo. :) > > > > ________________________________________ > > From: German Viscuso <[email protected]> > > Sent: Tuesday, June 24, 2014 12:23 PM > > To: [email protected] > > Subject: How to initialize a Cordova project using CLI if I only have > the www directory of the project? > > > > I'm new to Phonegap/Cordova and I installed the latest Cordova CLI via > > npm. I have a couple of projects that I want to build/run but the root > > dir seems to be only what you'd find on a www directory of a Cordova > > project: > > > > https://github.com/phonegap/phonegap-app-anyconference (Phonegap 2.9) > > > > https://github.com/germanviscuso/CowTipLine (Phonegap 2.0) > > > > How can I initialize/upgrade a Cordova project with these projects? I > > just want to be able to build and run these project using the latest > > Cordova CLI. Note that the 2nd project runs on a rather old version of > > Phonegap. > > > > I tried "phonegap local run android" when in the > > phonegap-app-anyconference directory and it doesn't work. > > > > Best! Thx a lot. >
