Created
February 18, 2019 17:31
-
-
Save hawkeye64/420db440e0db4cf8cd35efbec01018c6 to your computer and use it in GitHub Desktop.
quasar create help
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
$ quasar create --help | |
Description | |
Creates a Quasar App or App Extension project folder | |
Usage | |
$ quasar create <project-name> [--kit <kit-name>] [--branch <version-name>] | |
... | |
App Extension Examples | |
$ quasar create my-extension-project --kit app-extension | |
# installs an App Extension project with the latest Quasar App Extension starter kit | |
$ quasar create my-extension-project --kit user/github-extension-starter-kit | |
# installs an App Extension project with a custom starter kit from Github | |
$ quasar create my-extension-project --kit user/github-extension-starter-kit --branch dev | |
# installs an App Extension project with a custom starter kit from Github using the dev branch | |
Options | |
--kit, -k Use specific starter kit | |
--branch, -b Use specific branch of the starter kit | |
--clone, -c Use git clone | |
--offline, -o Use a cached starter kit | |
--help, -h Displays this message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment