🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

create-qgp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-qgp

## Templates for a great HRM experience with Astro (and others)

latest
Source
npmnpm
Version
0.0.11
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 28 Apr 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