blob: 101303484c8074ceed814ada52d95a5cc674415b [file] [log] [blame]
Synopsis
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
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