-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15775/
-----------------------------------------------------------

Review request for cordova.


Summary (updated)
-----------------

Add --src & --link to "cordova create"


Bugs: CB-4153
    https://issues.apache.org/jira/browse/CB-4153


Repository: cordova-cli


Description (updated)
-------

Add --src & --link to "cordova create".

Both --src and --source are accepted.
The path is passed via the lib.www.uri of the configuration object
that is later written to .cordova/config.json.
    
Cordova will keep going into child www folder(s) of the provided path.


Diffs
-----

  doc/help.txt 1019200 
  src/cli.js 86477e4 
  src/create.js 1fdc271 

Diff: https://reviews.apache.org/r/15775/diff/


Testing (updated)
-------

npm test;
cordova -d  create TstApp --source=some/www --link
a bunch of other cordova commands in the app


Thanks,

Mark Koudritsky

Reply via email to