create-qgp
v0.0.11
Published
## Templates for a great HRM experience with Astro (and others)
Downloads
5
Readme
create-qgp
Templates for a great HRM experience with Astro (and others)
With NPM:
npm create qgp@latest
With Yarn:
yarn create qgp
With PNPM:
pnpm create qgp
With Bun:
bunx create-qgp
With Deno:
deno run -A npm:create-qgp
Then 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-demo
Currently 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.