https://github.com/quasarframework/legacy-create
The legacy "quasar create" command into its own CLI
https://github.com/quasarframework/legacy-create
Last synced: about 1 year ago
JSON representation
The legacy "quasar create" command into its own CLI
- Host: GitHub
- URL: https://github.com/quasarframework/legacy-create
- Owner: quasarframework
- License: mit
- Created: 2023-01-13T14:51:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T15:46:41.000Z (over 3 years ago)
- Last Synced: 2025-01-06T02:21:22.829Z (over 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
```bash
$ 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 [--branch ]
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](https://semver.org/).
## License
Copyright (c) 2015-present Razvan Stoenescu
[MIT License](http://en.wikipedia.org/wiki/MIT_License)