cordova prepare command
Synopsis
Transforms config.xml metadata to platform-specific manifest files, copies icons & splashscreens, copies plugin files for specified platforms so that the project is ready to build with each native SDK.
Syntax
cordova prepare [<platform> [..]] [--browserify | --fetch]
Options
Option | Description |
---|---|
<platform> [..] | Platform name(s) to prepare. If not specified, all platforms are built. |
--browserify | Compile plugin JS at build time using browserify instead of runtime. |
--fetch | When restoring plugins or platforms, fetch will npm install the missing modules. |
Please login to continue.