UNPKG

829 BPlain TextView Raw
1Synopsis
2
3 cordova-cli create <PATH> [ID [NAME [CONFIG]]] [options]
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 name
10 CONFIG ....................... json string whose key/values will be included in
11 [PATH]/.cordova-cli/config.json
12
13Options
14
15 --template=<PATH|NPM PACKAGE|GIT URL> ... use a custom template located locally, in NPM, or GitHub.
16 --copy-from|src=<PATH> .................. deprecated, use --template instead.
17 --link-to=<PATH> ........................ symlink to custom www assets without creating a copy.
18
19Example
20 cordova-cli create myapp com.mycompany.myteam.myapp MyApp
\No newline at end of file