UNPKG

676 BPlain TextView Raw
1Synopsis
2
3 cordova-cli create <PATH> [ID [NAME [CONFIG]]] [options] [PLATFORM...]
4
5Create a Cordova project
6
7 PATH ......................... Where to create the project
8 ID ........................... reverse-domain-style package name - used in <widget id>
9 NAME ......................... human readable field
10 CONFIG ....................... json string whose key/values will be included in
11 [PATH]/.cordova-cli/config.json
12
13 Options:
14 --copy-from|src=<PATH> ... use custom www assets instead of the stock Cordova hello-world.
15 --link-to=<PATH> ......... symlink to custom www assets without creating a copy.