0.0.11 • Published 3 years ago
create-qgp v0.0.11
create-qgp
Templates for a great HRM experience with Astro (and others)
With NPM:
npm create qgp@latestWith Yarn:
yarn create qgpWith PNPM:
pnpm create qgpWith Bun:
bunx create-qgpWith Deno:
deno run -A npm:create-qgpThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a QGP project, run:
# npm
npm create qgp@latest qgp-demo -- --template qgp-demo
# yarn
yarn create qgp qgp-demo --template qgp-demo
# pnpm
pnpm create qgp qgp-demo --template qgp-demo
# Bun
bunx create-qgp --template qgp-demo
# Deno
deno run -A npm:create-qgp --template qgp-demoCurrently supported template presets include:
| Template | Try online |
|---|---|
qgp-clean | StackBlitz |
qgp-demo | StackBlitz |
astro-vite-cra-ts | StackBlitz |
astro-vite-react-ts | StackBlitz |
astro-vite-solid-ssr | StackBlitz |
You can use . for the project name to scaffold in the current directory.
Attribution
This project is a fork of create-vite-extra. Credit goes to all of its contributors.