-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove support for <project>/.cordova/config.json (#475)
BREAKING CHANGE: removes fourth argument `config` from `cordova create`.
- Loading branch information
1 parent
05547bb
commit 63f97da
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
Synopsis | ||
|
||
cordova-cli create <PATH> [ID [NAME [CONFIG]]] [options] | ||
cordova-cli create <PATH> [ID [NAME]] [options] | ||
|
||
Create a Cordova project | ||
|
||
PATH ......................... Where to create the project | ||
ID ........................... Reverse-domain-style package name - used in <widget id> | ||
NAME ......................... Human readable name | ||
CONFIG ....................... json string whose key/values will be included in | ||
[PATH]/.cordova-cli/config.json | ||
|
||
Options | ||
|
||
--template=<PATH|NPM PACKAGE|GIT URL> ... use a custom template located locally, in NPM, or GitHub. | ||
--link-to=<PATH> ........................ symlink to custom www assets without creating a copy. | ||
|
||
Example | ||
cordova-cli create myapp com.mycompany.myteam.myapp MyApp |
This file contains 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