We already have established spots for scripts. Global scripts:
cordova-<platform>/bin/create cordova-<platform>/bin/check_reqs (in the works) Project-level scripts: Myapp/cordova Myapp/cordova/lib (soon to come) On 3/25/13 1:38 PM, "Benn Mapes" <benn.ma...@gmail.com> wrote: >Right now most of the scripts for windows phone except create are in >/tooling/scripts/ >and there are duplicate cordova folders in each template (/templates/*) >folder with the emulate and debug scripts for deploying to emulator/device >respectively. > >In light of the recent scripting discussion I would like to propose moving >all the scripts that will go into the cordova folder of a project into >/framework/cordova/ (or maybe /tooling/cordova/). This folder can then be >copied into a new project when the create command is called. > >That way we only have one place where all these scripts reside, instead of >having a cordova folder for each template. > >Thoughts?