Created
February 20, 2015 21:24
-
-
Save marti1125/08aeda593947e6949a7c to your computer and use it in GitHub Desktop.
mobilespec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(view as text) | |
No platforms were selected. Please choose at least one of the supported platforms. | |
Usage: node C:\Users\Willy\slave_firefoxos\cordova-firefoxos\build\cordova-mobile-spec\createmobilespec\createmobilespec.js PLATFORM... [--help] [--plugman] [--link] [--global] [--globalplugins] [--skipjs] [--skiplink] [directoryName] | |
A project will be created with the mobile-spec app and all the core plugins. | |
At least one platform must be specified. See the included README.md. | |
PLATFORM: [--<amazon|android|blackberry10|ios|windows|windows8|wp8>] | |
Options: | |
--help Shows usage. | |
--debug Debug logging. | |
--amazon Add Amazon FireOS platform. | |
--android Add Android platform. | |
--blackberry10 Add BlackBerry 10 platform. | |
--ios Add iOS platform. | |
--windows Add Windows (universal) platform. | |
--windows8 Add Windows 8 (desktop) platform. | |
--wp8 Add Windows Phone 8 platform. | |
--plugman Use {platform}/bin/create and plugman directly instead of the CLI. | |
--global Use the globally-installed `cordova` and the downloaded platforms/plugins from the registry instead of the local git repo. | |
Will use the local git repo of mobile-spec. | |
Generally used only to test RC or production releases. | |
Cannot be used with --plugman. | |
--globalplugins Use the plugins from the remote registry instead of the local git repo. | |
Rarely used, generally to test platform releases. | |
Cannot be used with --global because it is implied when --global is used. | |
--skipjs Do not update the platform's cordova.js from the js git repo, use the one already present in the platform. | |
Rarely used, generally to test RC releases. | |
Cannot be used with --global because it is implied when --global is used. | |
--skiplink Do not check 'npm link' of our own dependent modules such as cordova-lib when on master. | |
Use only when you know what you are doing, this should be very rare. | |
--linkplugins Use the --link flag when running `cordova plugin add`. | |
--linkplatforms Use the --link flag when running `cordova platform add`. | |
--link Alias for --linkplugins --linkplatforms. | |
--browserify Use the --browserify flag when running `cordova plugin add`. | |
--telerikplugins Adds a bunch of known-to-be-popular plugins from Telerik-Verified-Plugins. | |
--cprplugins Adds a bunch of known-to-be-popular plugins from PlugReg (that are not on the CPR). | |
--thirdpartyplugins Alias for --telerikplugins --cprplugins --plugregplugins. | |
--webview Use --webview=crosswalk to install the crosswalk plugin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment