0.0.11 • Published 1 year ago

create-qgp v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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:

TemplateTry online
qgp-cleanStackBlitz
qgp-demoStackBlitz
astro-vite-cra-tsStackBlitz
astro-vite-react-tsStackBlitz
astro-vite-solid-ssrStackBlitz

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.

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago