Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "CommandLineToolingDesign" page has been changed by FilMaj: https://wiki.apache.org/cordova/CommandLineToolingDesign?action=diff&rev1=19&rev2=20 Comment: Spec'ed out bin/create and bin/check_reqs {{{ myapp `cordova + |-check_reqs |-clean |-log |-build @@ -52, +53 @@ = Library-level Script Specification = + == `check_reqs` == + + Checks that the current system meets the minimum requirements to create cordova-* applications. This includes cordova-specific requirements as well as any requirements by the native mobile platform SDK. + + * (./) Android + * (./) iOS + * (./) BlackBerry + * (./) WP7 + * (./) WP8 + + == `create` == + + {{{ + create <directory> [package-name [app-name]] + }}} + + Creates a cordova-* application, which is a standard native mobile application for the desired platform, with additional cordova-required bits on top. In addition, the script should copy all of the project-level scripts (see next section) into the /cordova folder inside the application project folder. Finally, it should copy the bin/check_reqs script into project/cordova as well. + + * (./) Android + * (./) iOS + * (./) BlackBerry + * (./) WP7 + * (./) WP8 + = Project-level Script Specification = == Flow for Multiple Devices/Emulators ==
