🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

create-qwik

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-qwik

Interactive CLI for create Qwik projects and adding features.

1.12.1
Version published
Weekly downloads
812
-17.4%
Maintainers
0
Weekly downloads
 
Created

Create Qwik ⚡️

Interactive mode

npm create qwik@latest

Command mode

npm create qwik@latest <starter> <projectName>

API

const { createApp } = require('create-qwik');

const opts = {
  projectName: 'my-project',
  starterId: 'todo',
  outDir: '/path/to/output/dir',
};

const result = await createApp(opts);
console.log(result);

Community

FAQs

Package last updated on 21 Feb 2025

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