Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created February 18, 2019 17:31
Show Gist options
  • Save hawkeye64/420db440e0db4cf8cd35efbec01018c6 to your computer and use it in GitHub Desktop.
Save hawkeye64/420db440e0db4cf8cd35efbec01018c6 to your computer and use it in GitHub Desktop.
quasar create help
$ 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