🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@quasar/legacy-create

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quasar/legacy-create

Quasar legacy create CLI

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
4
Created
Source

Quasar Framework logo

Quasar legacy create CLI

The legacy "quasar create" command, extracted to its own CLI. This package will not receive updates and should be considered "legacy".

Installation

$ yarn global add @quasar/legacy-create
# OR
$ npm install -g @quasar/legacy-create

Usage

Description
  -- LEGACY --
  Creates a Quasar project (app, AppExtension or UI kit) from CUSTOM starter kits.
  For scaffolding an official Quasar project please use this instead:
      yarn create quasar
      or
      npm init quasar

Usage
  $ quasar-legacy-create <project-name> <kit-name> [--branch <version-name>]

App Examples with custom starter kits
  $ quasar create my-project user/github-starter-kit
    # installs an App project with a custom starter kit from GitHub
  $ quasar create my-project user/github-starter-kit ./starter-kit-folder
    # installs an App project using a starter kit located at ./starter-kit-folder
  $ quasar create my-project user/github-starter-kit --branch v0.17
    # installs an App project from a specific branch

Options
  --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

Semver

Quasar is following Semantic Versioning 2.0.

License

Copyright (c) 2015-present Razvan Stoenescu

MIT License

FAQs

Package last updated on 13 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts