Really cool! If you have your own project template you could do most of this with the cordova restore command. I have got a new PR[1] that will allow the restore/save to support to local directories and git urls.
Platform restore list per host OS is interesting, I should look into that. [1] https://github.com/apache/cordova-lib/pull/86 -- Gorkem On Sun, Sep 14, 2014 at 10:00 AM, John M. Wargo <[email protected]> wrote: > I recently created a node module called Cordova-create that takes care of > the typical developer new project workflow. > > It makes calls to create, then adds a set of platforms and a set of > plugins to the project. I did this because I found myself performing the > same steps over and over again and wanted a simpler way to do it. I made it > configurable, so you can edit a cordova-create.json file in the home folder > to specify the platforms and plugins to add. > > I published it to npm so others can use it, you can find it here: > https://www.npmjs.org/package/cordova-create. > > Did I make a mistake by calling it cordova-create? I don't want to > confuse this module with the other cordova stuff, but I named it the way > that made the most sense for me. Does anyone care that I named it that way? > > > >
